Spaces:
Running
Running
Jeremiah Lowin commited on
Commit ·
6862e43
1
Parent(s): 36d15c2
Lower websockets pin for compatibility
Browse files- pyproject.toml +1 -1
pyproject.toml
CHANGED
|
@@ -11,7 +11,7 @@ dependencies = [
|
|
| 11 |
"openapi-pydantic>=0.5.1",
|
| 12 |
"rich>=13.9.4",
|
| 13 |
"typer>=0.15.2",
|
| 14 |
-
"websockets>=
|
| 15 |
]
|
| 16 |
requires-python = ">=3.10"
|
| 17 |
readme = "README.md"
|
|
|
|
| 11 |
"openapi-pydantic>=0.5.1",
|
| 12 |
"rich>=13.9.4",
|
| 13 |
"typer>=0.15.2",
|
| 14 |
+
"websockets>=14.0",
|
| 15 |
]
|
| 16 |
requires-python = ">=3.10"
|
| 17 |
readme = "README.md"
|