From 5bbfd8cbd61f09564018a9fa87e33fd70aa29533 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 9 Sep 2025 15:24:26 +0000 Subject: [PATCH] build(deps): bump openai from 1.101.0 to 1.107.0 Bumps [openai](https://github.com/openai/openai-python) from 1.101.0 to 1.107.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.107.0) --- updated-dependencies: - dependency-name: openai dependency-version: 1.107.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..6424bfc 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ -openai==1.101.0 +openai==1.107.0 loguru==0.7.3 pydantic==2.8.2 pydantic-settings==2.4.0