mirror of
https://github.com/grillazz/fastapi-sqlalchemy-asyncpg.git
synced 2026-07-28 05:00:38 +03:00
wip: implement websocket chat service with Pydantic models and session management
This commit is contained in:
+2
-1
@@ -5,7 +5,7 @@ description = "A modern FastAPI application with SQLAlchemy 2.0 and AsyncPG for
|
||||
readme = "README.md"
|
||||
requires-python = "==3.14.4"
|
||||
dependencies = [
|
||||
"fastapi[all]==0.136.3",
|
||||
"fastapi[all]==0.139.0",
|
||||
"pydantic==2.13.4",
|
||||
"pydantic-settings==2.14.1",
|
||||
"sqlalchemy==2.0.50",
|
||||
@@ -31,6 +31,7 @@ dependencies = [
|
||||
"apscheduler[redis,sqlalchemy]>=4.0.0a6",
|
||||
"rotoger==0.3.0",
|
||||
"pyinstrument>=5.1.2",
|
||||
"websockets>=15.0.1",
|
||||
]
|
||||
|
||||
[tool.uv]
|
||||
|
||||
Reference in New Issue
Block a user