From f90d9e2b43bde5841de0908fdbff9667e24fd039 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 21 Aug 2025 13:41:11 +0000 Subject: [PATCH] ci: update openai requirement from <1.100.0 to <1.101.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/v1.68.0...v1.100.2) --- updated-dependencies: - dependency-name: openai dependency-version: 1.100.2 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 f91454414..d2432a4ed 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -70,7 +70,7 @@ docs = [ litellm = [ "litellm>=1.73.1,<2.0.0", # https://github.com/BerriAI/litellm/issues/13711 - "openai<1.100.0", + "openai<1.101.0", ] llamaapi = [ "llama-api-client>=0.1.0,<1.0.0",