From 75e12d7c1716585cc553f281be7bef3ae86d31d7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Jun 2026 14:10:31 +0000 Subject: [PATCH] chore(deps): bump openai from 1.51.0 to 2.41.0 in /copilot-backend Bumps [openai](https://github.com/openai/openai-python) from 1.51.0 to 2.41.0. - [Release notes](https://github.com/openai/openai-python/releases) - [Changelog](https://github.com/openai/openai-python/blob/main/CHANGELOG.md) - [Commits](https://github.com/openai/openai-python/compare/v1.51.0...v2.41.0) --- updated-dependencies: - dependency-name: openai dependency-version: 2.41.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- copilot-backend/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/copilot-backend/requirements.txt b/copilot-backend/requirements.txt index 4d13a8c..fbfb187 100644 --- a/copilot-backend/requirements.txt +++ b/copilot-backend/requirements.txt @@ -2,7 +2,7 @@ fastapi==0.115.0 uvicorn[standard]==0.30.6 pydantic==2.9.2 pydantic-settings==2.5.2 -openai==1.51.0 +openai==2.41.0 httpx==0.27.2 sse-starlette==2.1.3 python-multipart==0.0.12