From 320e43148be6fb76e8e1fb8f7e55391f471d3b6c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 3 Sep 2025 12:13:56 +0000 Subject: [PATCH] build(deps): bump openai from 1.101.0 to 1.103.0 Bumps [openai](https://github.com/openai/openai-python) from 1.101.0 to 1.103.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.103.0) --- updated-dependencies: - dependency-name: openai dependency-version: 1.103.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..3a6b7be 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ -openai==1.101.0 +openai==1.103.0 loguru==0.7.3 pydantic==2.8.2 pydantic-settings==2.4.0