From 3493cf9513d741ebb35375a1a1d164d16ef1fd50 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 25 Mar 2026 02:35:16 +0000 Subject: [PATCH] ci: update strands-agents requirement from ~=1.32.0 to >=1.32,<1.34 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.33.0) --- updated-dependencies: - dependency-name: strands-agents dependency-version: 1.33.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 a3be8dc..2c86546 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -21,7 +21,7 @@ classifiers = [ "Typing :: Typed", ] dependencies = [ - "strands-agents~=1.32.0", + "strands-agents>=1.32,<1.34", "pydantic>=2.12.5", "pyyaml>=6.0.0", "mcp>=1.24.0",