From 6f238d23a2a7250ca20ba3dc2609c34580c0c2ca Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Mar 2026 06:21:58 +0000 Subject: [PATCH] deps(deps): bump openai from 2.29.0 to 2.30.0 Bumps [openai](https://github.com/openai/openai-python) from 2.29.0 to 2.30.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/v2.29.0...v2.30.0) --- updated-dependencies: - dependency-name: openai dependency-version: 2.30.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- admin/requirements.txt | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/admin/requirements.txt b/admin/requirements.txt index 9b803ea..c874c43 100644 --- a/admin/requirements.txt +++ b/admin/requirements.txt @@ -1,5 +1,5 @@ streamlit==1.55.0 apscheduler==3.11.2 -openai==2.29.0 +openai==2.30.0 pydantic==2.12.5 PyYAML==6.0.3 diff --git a/requirements.txt b/requirements.txt index 2620f66..b07a21e 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,3 +1,3 @@ -openai==2.29.0 +openai==2.30.0 pydantic==2.12.5 PyYAML==6.0.3