From 34d93adad1fc69e5a7f7261d7e8c187604226283 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Jun 2026 06:09:20 +0000 Subject: [PATCH] deps(deps): bump openai from 2.41.1 to 2.43.0 in the minor-updates group Bumps the minor-updates group with 1 update: [openai](https://github.com/openai/openai-python). Updates `openai` from 2.41.1 to 2.43.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.41.1...v2.43.0) --- updated-dependencies: - dependency-name: openai dependency-version: 2.43.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor-updates ... 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 99b1e0c..371bfe0 100644 --- a/admin/requirements.txt +++ b/admin/requirements.txt @@ -1,5 +1,5 @@ streamlit==1.58.0 apscheduler==3.11.2 -openai==2.41.1 +openai==2.43.0 pydantic==2.13.4 PyYAML==6.0.3 diff --git a/requirements.txt b/requirements.txt index 47b8ac0..75343b1 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,3 +1,3 @@ -openai==2.41.1 +openai==2.43.0 pydantic==2.13.4 PyYAML==6.0.3