bump deps

This commit is contained in:
grillazz
2026-06-12 14:00:09 +02:00
parent 24bbcae2a6
commit c0f3592e24
2 changed files with 191 additions and 226 deletions
+17 -17
View File
@@ -5,29 +5,29 @@ description = "A modern FastAPI application with SQLAlchemy 2.0 and AsyncPG for
readme = "README.md"
requires-python = "==3.14.4"
dependencies = [
"fastapi[all]==0.124.4",
"pydantic[email]==2.12.5",
"pydantic-settings==2.12.0",
"sqlalchemy==2.0.45",
"fastapi[all]==0.136.3",
"pydantic==2.13.4",
"pydantic-settings==2.14.1",
"sqlalchemy==2.0.50",
"uvicorn[standard]==0.38.0",
"asyncpg==0.31.0",
"alembic==1.17.2",
"alembic==1.18.4",
"httpx==0.28.1",
"pytest==9.0.2",
"pytest-cov==7.0.0",
"pytest==9.0.3",
"pytest-cov==7.1.0",
"uvloop==0.22.1",
"httptools==0.7.1",
"rich==14.2.0",
"pyjwt==2.10.1",
"redis==7.1.0",
"httptools==0.8.0",
"rich==15.0.0",
"pyjwt==2.13.0",
"redis==7.4.1",
"bcrypt==5.0.0",
"polars[pyarrow]==1.36.1",
"python-multipart==0.0.22",
"fastexcel==0.18.0",
"inline-snapshot==0.31.1",
"polars==1.41.2",
"python-multipart==0.0.32",
"fastexcel==0.20.2",
"inline-snapshot==0.34.1",
"dirty-equals==0.11",
"polyfactory==3.1.0",
"granian==2.6.0",
"polyfactory==3.3.0",
"granian==2.7.6",
"apscheduler[redis,sqlalchemy]>=4.0.0a6",
"rotoger==0.3.0",
"pyinstrument>=5.1.2",