fastapi bump

This commit is contained in:
grillazz
2025-11-16 15:29:42 +01:00
parent 49b85128ce
commit 27a895efaa
2 changed files with 5 additions and 5 deletions

View File

@@ -5,7 +5,7 @@ description = "A modern FastAPI application with SQLAlchemy 2.0 and AsyncPG for
readme = "README.md"
requires-python = "==3.14.0"
dependencies = [
"fastapi[all]==0.121.1",
"fastapi[all]==0.121.2",
"pydantic[email]==2.12.4",
"pydantic-settings==2.12.0",
"sqlalchemy==2.0.44",