From 1d6dec103f169b81d622beac59879da26483079f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 27 Aug 2025 22:50:13 +0000 Subject: [PATCH] build(deps): bump openai from 1.101.0 to 1.102.0 Bumps [openai](https://github.com/openai/openai-python) from 1.101.0 to 1.102.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.102.0) --- updated-dependencies: - dependency-name: openai dependency-version: 1.102.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..a0e4cbe 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ -openai==1.101.0 +openai==1.102.0 loguru==0.7.3 pydantic==2.8.2 pydantic-settings==2.4.0