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