update alembic

This commit is contained in:
IluaAir
2025-07-06 00:03:55 +03:00
parent 05121b3d06
commit 231caf7c6e
6 changed files with 32 additions and 453 deletions

View File

@@ -9,15 +9,16 @@ license = {text = "MIT"}
readme = "README.md"
requires-python = ">=3.12"
dependencies = [
"fastapi (>=0.115.12,<0.116.0)",
"sqlalchemy (>=2.0.41,<3.0.0)",
"fastapi-users[sqlalchemy] (>=14.0.1,<15.0.0)",
"uvicorn (>=0.34.2,<0.35.0)",
"aiosqlite (>=0.21.0,<0.22.0)",
"pydantic-settings (>=2.9.1,<3.0.0)",
"alembic (>=1.16.1,<2.0.0)",
"ruff (>=0.11.12,<0.12.0)",
"greenlet (>=3.2.2,<4.0.0)"
"greenlet (>=3.2.2,<4.0.0)",
"pydantic (>=2.11.7,<3.0.0)",
"idna (>=3.10,<4.0)",
"fastapi (>=0.115.14,<0.116.0)",
]