From 825d499ecb1a3fe0c71cb3fcab3cd679fdbc8bef Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Apr 2026 02:37:50 +0000 Subject: [PATCH] ci: update strands-agents requirement from <1.34,>=1.32 to >=1.32,<1.35 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.34.0) --- updated-dependencies: - dependency-name: strands-agents dependency-version: 1.34.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 bcb2f3a..ff0a2e4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -21,7 +21,7 @@ classifiers = [ "Typing :: Typed", ] dependencies = [ - "strands-agents>=1.32,<1.34", + "strands-agents>=1.32,<1.35", "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.34", + "strands-agents[ollama]>=1.32,<1.35", ] openai = [ - "strands-agents[openai]>=1.32,<1.34", + "strands-agents[openai]>=1.32,<1.35", ] gemini = [ - "strands-agents[gemini]>=1.32,<1.34", + "strands-agents[gemini]>=1.32,<1.35", ] [project.urls]