mirror of
https://github.com/PrefectHQ/fastmcp.git
synced 2026-08-22 21:44:18 +02:00
Merge pull request #286 from jlowin/websockets-pin
Lower websockets pin for compatibility
This commit is contained in:
commit
36c42a3df6
1 changed files with 1 additions and 1 deletions
|
|
@ -11,7 +11,7 @@ dependencies = [
|
|||
"openapi-pydantic>=0.5.1",
|
||||
"rich>=13.9.4",
|
||||
"typer>=0.15.2",
|
||||
"websockets>=15.0.1",
|
||||
"websockets>=14.0",
|
||||
]
|
||||
requires-python = ">=3.10"
|
||||
readme = "README.md"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue