From e466f992304f5cc3ba720d67ddfe7c73cdaaa8b1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Jun 2026 12:52:20 +0000 Subject: [PATCH] chore(deps): Update groq requirement from >=0.11.0 to >=1.4.0 Updates the requirements on [groq](https://github.com/groq/groq-python) to permit the latest version. - [Release notes](https://github.com/groq/groq-python/releases) - [Changelog](https://github.com/groq/groq-python/blob/main/CHANGELOG.md) - [Commits](https://github.com/groq/groq-python/compare/v0.11.0...v1.4.0) --- updated-dependencies: - dependency-name: groq dependency-version: 1.4.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 8a62039..55b5119 100644 --- a/requirements.txt +++ b/requirements.txt @@ -7,7 +7,7 @@ crewai-tools==0.17.0 # litellm 1.83.7+ requires openai>=2.20.0 — must keep in sync litellm==1.88.0 openai>=2.20.0,<3.0.0 -groq>=0.11.0 +groq>=1.4.0 # Database psycopg2-binary==2.9.9