From 9c98f65245996341164d60112ce9c60b27b97aff Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 27 May 2026 21:10:02 +0000 Subject: [PATCH] ci(python): update litellm requirement in /strands-py Updates the requirements on [litellm](https://github.com/BerriAI/litellm) to permit the latest version. - [Release notes](https://github.com/BerriAI/litellm/releases) - [Commits](https://github.com/BerriAI/litellm/compare/litellm_1.81.13-dev...v1.86.2) --- updated-dependencies: - dependency-name: litellm dependency-version: 1.86.2 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- strands-py/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/strands-py/pyproject.toml b/strands-py/pyproject.toml index 86995b5746..c8589bf85d 100644 --- a/strands-py/pyproject.toml +++ b/strands-py/pyproject.toml @@ -46,7 +46,7 @@ dependencies = [ [project.optional-dependencies] anthropic = ["anthropic>=0.21.0,<1.0.0"] gemini = ["google-genai>=1.32.0,<2.0.0"] -litellm = ["litellm>=1.75.9,<=1.83.13", "openai>=1.68.0,<3.0.0"] +litellm = ["litellm>=1.75.9,<=1.86.2", "openai>=1.68.0,<3.0.0"] llamaapi = ["llama-api-client>=0.1.0,<1.0.0"] mistral = ["mistralai>=1.8.2,<2.0.0"] ollama = ["ollama>=0.4.8,<1.0.0"]