Skip to content

Commit ab935b3

Browse files
authored
Add missing packaging dependency (#2989)
1 parent 0e5677c commit ab935b3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ dependencies = [
1010
"mcp>=1.24.0,<2.0",
1111
"openapi-pydantic>=0.5.1",
1212
"platformdirs>=4.0.0",
13-
"pydocket>=0.16.6",
13+
"pydocket>=0.16.6,<0.17.0",
1414
"rich>=13.9.4",
1515
"cyclopts>=4.0.0",
1616
"authlib>=1.6.5",
@@ -21,6 +21,7 @@ dependencies = [
2121
"websockets>=15.0.1",
2222
"jsonschema-path>=0.3.4",
2323
"jsonref>=1.1.0",
24+
"packaging>=20.0",
2425
]
2526

2627
requires-python = ">=3.10"

0 commit comments

Comments
 (0)