From a9fd0b33d748d5709e00ae57c77608fd6c31b4e0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 6 Sep 2026 12:59:49 +0000 Subject: [PATCH] chore(deps): update openai requirement from <3,>=2.52.0 to >=3.7.0,<4 Updates the requirements on [openai](https://github.com/openai/openai-python) to permit the latest version. - [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.52.0...v3.7.0) --- updated-dependencies: - dependency-name: openai dependency-version: 3.6.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements/base.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/base.txt b/requirements/base.txt index b57348019..acd1f8c8a 100644 --- a/requirements/base.txt +++ b/requirements/base.txt @@ -40,7 +40,7 @@ drf-extra-fields==3.7.0 # https://github.com/Hipo/drf-extra-fields pypdf>=6.16.2,<7 # https://github.com/py-pdf/pypdf plasmapdf==0.1.3 # https://github.com/Jsv4/plasmapdf pdf2image>=1.17.0 -openai>=2.52.0,<3 # https://github.com/openai/openai-python (pydantic-ai 1.x requires >=2.11.0) +openai>=3.7.0,<4 # https://github.com/openai/openai-python (pydantic-ai 1.x requires >=2.11.0) # Bumping pydantic-ai is a deliberate decision: this codebase relies on the # precedence rule that ``instructions=`` (not ``system_prompt=``) is the only # way to deliver a system instruction when ``message_history`` is non-empty