From 46fd35156944166028d31279ca0d9b2b72e2c5c5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 4 Sep 2025 16:07:04 +0000 Subject: [PATCH] build(deps): bump openai from 1.101.0 to 1.106.0 Bumps [openai](https://github.com/openai/openai-python) from 1.101.0 to 1.106.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.101.0...v1.106.0) --- updated-dependencies: - dependency-name: openai dependency-version: 1.106.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index f1929bf..25e2416 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ -openai==1.101.0 +openai==1.106.0 loguru==0.7.3 pydantic==2.8.2 pydantic-settings==2.4.0