From 3db329441b4b6529a1a30a4145583996625da855 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 17 Jul 2026 04:12:03 +0000 Subject: [PATCH] deps(cooking-ai): update openai requirement Updates the requirements on [openai](https://github.com/openai/openai-python) to permit the latest version. Updates `openai` to 2.46.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.45.0...v2.46.0) --- updated-dependencies: - dependency-name: openai dependency-version: 2.46.0 dependency-type: direct:production dependency-group: cooking-ai-deps ... Signed-off-by: dependabot[bot] --- ai-projects/cooking-ai/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ai-projects/cooking-ai/requirements.txt b/ai-projects/cooking-ai/requirements.txt index 6730271a3..3e51565ff 100644 --- a/ai-projects/cooking-ai/requirements.txt +++ b/ai-projects/cooking-ai/requirements.txt @@ -1,5 +1,5 @@ # Minimal deps; local mode works with stdlib only # Cloud providers use OpenAI SDK compatible with GitHub Models -openai>=2.45.0 +openai>=2.46.0 jsonschema>=4.26.0 pytest>=9.1.1