From bde1ebe4e4b46d23706d1ceef420b6001628efe6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 18 Sep 2025 07:20:12 +0000 Subject: [PATCH] ci: 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.68.0...v1.108.0) --- updated-dependencies: - dependency-name: openai dependency-version: 1.108.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index cdf4e9063..2a7a0c5a1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -42,7 +42,7 @@ dependencies = [ [project.optional-dependencies] anthropic = ["anthropic>=0.21.0,<1.0.0"] -litellm = ["litellm>=1.75.9,<2.0.0", "openai>=1.68.0,<1.108.0"] +litellm = ["litellm>=1.75.9,<2.0.0", "openai>=1.68.0,<1.109.0"] llamaapi = ["llama-api-client>=0.1.0,<1.0.0"] mistral = ["mistralai>=1.8.2"] ollama = ["ollama>=0.4.8,<1.0.0"]