From f127861dde8d1558c37386f2c1e58951f7b699e5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 14 May 2026 14:34:05 +0000 Subject: [PATCH] Update openai requirement from >=2.32.0 to >=2.36.0 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.32.0...v2.36.0) --- updated-dependencies: - dependency-name: openai dependency-version: 2.36.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 082781e..63d7a66 100644 --- a/requirements.txt +++ b/requirements.txt @@ -6,7 +6,7 @@ # litellm >= 1.83 (compromised range was 1.82.7-1.82.8). See # https://docs.litellm.ai/blog/security-update-march-2026. anthropic>=0.97.0 -openai>=2.32.0 +openai>=2.36.0 # google-generativeai is end-of-life; kept as a transitive dep that LiteLLM # and other tools still pull in. Direct usage in the compiler has migrated # to google-genai (see below).