Skip to content

Commit dd03da6

Browse files
committed
fix: force include a2a-sdk and optional dependencies
1 parent 30b67ca commit dd03da6

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

pyproject.toml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ Documentation = "https://strandsagents.com/"
6363
[project.optional-dependencies]
6464
dev = [
6565
"commitizen>=4.4.0,<5.0.0",
66-
"hatch>=1.0.0,<2.0.0",
66+
"hatch>=1.0.0,<1.15.1",
6767
"mypy>=0.981,<1.0.0",
6868
"pre-commit>=3.2.0,<4.2.0",
6969
"pytest>=8.0.0,<9.0.0",
@@ -94,7 +94,10 @@ agent_core_browser = [
9494
agent_core_code_interpreter = [
9595
"bedrock-agentcore==0.1.0"
9696
]
97-
a2a_client = ["a2a-sdk[sql]>=0.3.0,<0.4.0"]
97+
a2a_client = [
98+
"a2a-sdk>=0.3.0,<0.4.0",
99+
"a2a-sdk[sql]>=0.3.0,<0.4.0"
100+
]
98101
diagram = [
99102
"matplotlib>=3.5.0,<4.0.0",
100103
"graphviz>=0.20.0,<1.0.0",

0 commit comments

Comments
 (0)