Merge pull request #286 from jlowin/websockets-pin

Lower websockets pin for compatibility
This commit is contained in:
Jeremiah Lowin 2025-04-30 12:13:29 -04:00 committed by GitHub
commit 36c42a3df6
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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"