From b5c259683f3214b38ccac741c19d0c53ae114280 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 5 Apr 2026 20:22:56 +0000 Subject: [PATCH] chore(deps): bump groq from 0.37.1 to 1.1.2 in /backend Bumps [groq](https://github.com/groq/groq-python) from 0.37.1 to 1.1.2. - [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.37.1...v1.1.2) --- updated-dependencies: - dependency-name: groq dependency-version: 1.1.2 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- backend/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/requirements.txt b/backend/requirements.txt index 1104836..1e45828 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -3,7 +3,7 @@ uvicorn[standard]==0.38.0 python-dotenv==1.2.1 requests==2.32.5 python-dateutil==2.9.0.post0 -groq==0.37.1 +groq==1.1.2 # HTTP client - pinned for mistralai compatibility (requires <0.28.0) httpx>=0.27.0,<0.28.0