Experimental websocket support

This commit is contained in:
2026-02-17 13:23:19 +03:00
parent e761dd3fdf
commit 1f45777add
17 changed files with 777 additions and 220 deletions

View File

@@ -14,6 +14,7 @@ dependencies = [
"mypy>=1.17.0",
"jinja2>=3.1.6",
"python-multipart>=0.0.20",
"websockets>=15.0.1",
]
[tool.uv.sources]