From 184e7f24d762dad9f3043ffcae1fbb4670586e2f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 17 Jul 2026 15:05:35 +0000 Subject: [PATCH] chore(deps):(deps): update openai requirement 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/v1.0.0...v2.46.0) --- updated-dependencies: - dependency-name: openai dependency-version: 2.46.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements-lock.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-lock.txt b/requirements-lock.txt index f1df387..dfaf431 100644 --- a/requirements-lock.txt +++ b/requirements-lock.txt @@ -9,7 +9,7 @@ pydantic>=2.0,<3.0 # LLM Providers anthropic>=0.20.0,<1.0 -openai>=1.0.0,<2.0 +openai>=2.46.0,<3.0 google-generativeai>=0.3.0,<1.0 groq>=0.5.0,<1.0 mistralai>=0.0.1,<1.0