⬆️ Upgrade Sentry and FastAPI (#2181)

* ⬆️ Update Sentry and FastAPI

* 🎨 Auto format and update with pre-commit

---------

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
This commit is contained in:
Patrick Arminio
2026-02-12 11:42:15 +00:00
committed by GitHub
parent db4532678c
commit 51295d09b7
4 changed files with 316 additions and 11 deletions

View File

@@ -16,7 +16,7 @@ dependencies = [
"psycopg[binary]<4.0.0,>=3.1.13",
"sqlmodel<1.0.0,>=0.0.21",
"pydantic-settings<3.0.0,>=2.2.1",
"sentry-sdk[fastapi]<2.0.0,>=1.40.6",
"sentry-sdk[fastapi]>=2.0.0,<3.0.0",
"pyjwt<3.0.0,>=2.8.0",
"pwdlib[argon2,bcrypt]>=0.3.0",
]