From 03dc367eadb40e6a14cfe0a5fbdd833e37f11e91 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 6 Feb 2026 07:04:04 +0000 Subject: [PATCH] chore(deps): bump openai from 2.16.0 to 2.17.0 Bumps [openai](https://github.com/openai/openai-python) from 2.16.0 to 2.17.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.16.0...v2.17.0) --- updated-dependencies: - dependency-name: openai dependency-version: 2.17.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 945254471..aff0a6c1f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -25,7 +25,7 @@ dependencies = [ "icoextract==0.2.0", "qasync==0.28.0", "github-copilot-sdk==0.1.20", - "openai==2.16.0", + "openai==2.17.0", "pyvda==0.5.0", "python-dotenv==1.2.1", "tzdata==2025.3",