From 2084f388ccf65793b7f4e3b5c86b006e633e0fc2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 22 Mar 2026 11:22:45 +0000 Subject: [PATCH] chore(deps-dev): update groq requirement from <1.0,>=0.9 to >=0.9,<2.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.9.0...v1.0.0) --- updated-dependencies: - dependency-name: groq dependency-version: 1.0.0 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index ee5aba3..20786ec 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -36,7 +36,7 @@ classifiers = [ gemini = ["google-genai>=1.0.0,<2.0"] openai = ["openai>=1.0.0,<3.0"] anthropic = ["anthropic>=0.34,<1.0"] -groq = ["groq>=0.9,<1.0"] +groq = ["groq>=0.9,<2.0"] dev = [ "pytest>=7.0",