Skip to content

Commit b1dd277

Browse files
authored
Chore: bump to require v1.0.0 (#145)
1 parent 68e777c commit b1dd277

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ classifiers = [
2424
"Topic :: Software Development :: Libraries :: Python Modules",
2525
]
2626
dependencies = [
27-
"strands-agents>=0.1.0,<1.0.0",
27+
"strands-agents>=1.0.0",
2828
"rich>=14.0.0,<15.0.0",
2929
"sympy>=1.12.0,<2.0.0",
3030
"prompt_toolkit>=3.0.51,<4.0.0",
@@ -86,7 +86,7 @@ a2a_client = ["a2a-sdk[sql]>=0.2.11"]
8686
[tool.hatch.envs.hatch-static-analysis]
8787
features = ["mem0_memory", "use_browser", "a2a_client"]
8888
dependencies = [
89-
"strands-agents>=0.1.0,<1.0.0",
89+
"strands-agents>=1.0.0",
9090
"mypy>=0.981,<1.0.0",
9191
"ruff>=0.4.4,<0.5.0",
9292
]

0 commit comments

Comments
 (0)