Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit c0d971f

Browse files
committed
fix: bump websocket minimum version
1 parent a1bf428 commit c0d971f

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
@@ -21,7 +21,7 @@ classifiers = [
2121
dependencies = [
2222
"mcp>=1.10.0",
2323
"langchain>=0.1.0",
24-
"websockets>=12.0",
24+
"websockets>=15.0",
2525
"aiohttp>=3.9.0",
2626
"pydantic>=2.0.0",
2727
"jsonschema-pydantic>=0.1.0",

0 commit comments

Comments
 (0)