From dc3db9100b37d3fe304a61f644ec17a22f530e8c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 7 Aug 2026 05:17:07 +0000 Subject: [PATCH] chore(deps): bump openai from 2.49.0 to 2.53.0 in /backend Bumps [openai](https://github.com/openai/openai-python) from 2.49.0 to 2.53.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.49.0...v2.53.0) --- updated-dependencies: - dependency-name: openai dependency-version: 2.53.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 6a31c929..c512f3cb 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -193,7 +193,7 @@ numpy==2.4.6 # pandas # scikit-learn # scipy -openai==2.49.0 +openai==2.53.0 # via # unigraph-backend (backend/pyproject.toml) # langchain-openai