From 502d9d71da5a81ba57d10c56ce404d1c7a49fc6d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Mar 2026 09:57:14 +0000 Subject: [PATCH] chore(deps): bump openai from 1.7.1 to 2.26.0 Bumps [openai](https://github.com/openai/openai-python) from 1.7.1 to 2.26.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.7.1...v2.26.0) --- updated-dependencies: - dependency-name: openai dependency-version: 2.26.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- python-sdk/requirements-ml.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-sdk/requirements-ml.txt b/python-sdk/requirements-ml.txt index cba453e..fff908d 100644 --- a/python-sdk/requirements-ml.txt +++ b/python-sdk/requirements-ml.txt @@ -18,7 +18,7 @@ langsmith==0.0.77 chromadb==0.4.22 faiss-cpu==1.7.4 tiktoken==0.5.2 -openai==1.7.1 +openai==2.26.0 # Data Processing numpy==1.26.3