8000 chore(deps): relax docstring_parser version to allow 1.0 (#239) · NMsby/sdk-python@cc5be12 · GitHub
[go: up one dir, main page]

Skip to content

Commit cc5be12

Browse files
chore(deps): relax docstring_parser version to allow 1.0 (strands-agents#239)
1 parent eb50073 commit cc5be12

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ classifiers = [
2828
dependencies = [
2929
"boto3>=1.26.0,<2.0.0",
3030
"botocore>=1.29.0,<2.0.0",
31-
"docstring_parser>=0.15,<0.16.0",
31+
"docstring_parser>=0.15,<1.0",
3232
"mcp>=1.8.0,<2.0.0",
3333
"pydantic>=2.0.0,<3.0.0",
3434
"typing-extensions>=4.13.2,<5.0.0",

0 commit comments

Comments
 (0)
0