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 68e777c commit b1dd277Copy full SHA for b1dd277
pyproject.toml
@@ -24,7 +24,7 @@ classifiers = [
24
"Topic :: Software Development :: Libraries :: Python Modules",
25
]
26
dependencies = [
27
- "strands-agents>=0.1.0,<1.0.0",
+ "strands-agents>=1.0.0",
28
"rich>=14.0.0,<15.0.0",
29
"sympy>=1.12.0,<2.0.0",
30
"prompt_toolkit>=3.0.51,<4.0.0",
@@ -86,7 +86,7 @@ a2a_client = ["a2a-sdk[sql]>=0.2.11"]
86
[tool.hatch.envs.hatch-static-analysis]
87
features = ["mem0_memory", "use_browser", "a2a_client"]
88
89
90
"mypy>=0.981,<1.0.0",
91
"ruff>=0.4.4,<0.5.0",
92
0 commit comments