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",