Lower websockets pin for compatibility

This commit is contained in:
Jeremiah Lowin 2025-04-30 12:12:14 -04:00
commit df0d9049ed

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"