We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent db45326 commit c71de8eCopy full SHA for c71de8e
backend/pyproject.toml
@@ -16,7 +16,7 @@ dependencies = [
16
"psycopg[binary]<4.0.0,>=3.1.13",
17
"sqlmodel<1.0.0,>=0.0.21",
18
"pydantic-settings<3.0.0,>=2.2.1",
19
- "sentry-sdk[fastapi]<2.0.0,>=1.40.6",
+ "sentry-sdk[fastapi]>=2.0.0,<3.0.0",
20
"pyjwt<3.0.0,>=2.8.0",
21
"pwdlib[argon2,bcrypt]>=0.3.0",
22
]
0 commit comments