From 6bff14fe85edeb0849860f189d9c5ff30e5df114 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Jun 2026 22:36:15 +0000 Subject: [PATCH] chore(deps): bump openai from 2.15.0 to 2.41.0 in /backend Bumps [openai](https://github.com/openai/openai-python) from 2.15.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/v2.15.0...v2.41.0) --- updated-dependencies: - dependency-name: openai dependency-version: 2.41.0 dependency-type: direct:production update-type: version-update:semver-minor ... 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 07bde20..e6ec39a 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -69,7 +69,7 @@ markdown==3.7 tiktoken==0.8.0 # Embeddings -openai==2.15.0 +openai==2.41.0 # JWT/OIDC authentication (C2/C3); [crypto] pulls cryptography for RS/ES verification PyJWT[crypto]==2.10.1