We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 30b67ca commit dd03da6Copy full SHA for dd03da6
pyproject.toml
@@ -63,7 +63,7 @@ Documentation = "https://strandsagents.com/"
63
[project.optional-dependencies]
64
dev = [
65
"commitizen>=4.4.0,<5.0.0",
66
- "hatch>=1.0.0,<2.0.0",
+ "hatch>=1.0.0,<1.15.1",
67
"mypy>=0.981,<1.0.0",
68
"pre-commit>=3.2.0,<4.2.0",
69
"pytest>=8.0.0,<9.0.0",
@@ -94,7 +94,10 @@ agent_core_browser = [
94
agent_core_code_interpreter = [
95
"bedrock-agentcore==0.1.0"
96
]
97
-a2a_client = ["a2a-sdk[sql]>=0.3.0,<0.4.0"]
+a2a_client = [
98
+ "a2a-sdk>=0.3.0,<0.4.0",
99
+ "a2a-sdk[sql]>=0.3.0,<0.4.0"
100
+]
101
diagram = [
102
"matplotlib>=3.5.0,<4.0.0",
103
"graphviz>=0.20.0,<1.0.0",
0 commit comments