From 310c00f8b7335557c43f0712861d158a578c5509 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Apr 2026 02:36:46 +0000 Subject: [PATCH] ci: update strands-agents requirement from <1.36,>=1.32 to >=1.32,<1.37 Updates the requirements on [strands-agents](https://github.com/strands-agents/sdk-python) to permit the latest version. - [Release notes](https://github.com/strands-agents/sdk-python/releases) - [Commits](https://github.com/strands-agents/sdk-python/compare/v1.32.0...v1.36.0) --- updated-dependencies: - dependency-name: strands-agents dependency-version: 1.36.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index e8f83d7..77eec17 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -21,7 +21,7 @@ classifiers = [ "Typing :: Typed", ] dependencies = [ - "strands-agents>=1.32,<1.36", + "strands-agents>=1.32,<1.37", "pydantic>=2.12.5", "pyyaml>=6.0.0", "mcp>=1.24.0", @@ -35,13 +35,13 @@ agentcore-memory = [ "bedrock-agentcore>=1.4.0", ] ollama = [ - "strands-agents[ollama]>=1.32,<1.36", + "strands-agents[ollama]>=1.32,<1.37", ] openai = [ - "strands-agents[openai]>=1.32,<1.36", + "strands-agents[openai]>=1.32,<1.37", ] gemini = [ - "strands-agents[gemini]>=1.32,<1.36", + "strands-agents[gemini]>=1.32,<1.37", ] [project.urls]