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 598b74b commit 9dd7f78Copy full SHA for 9dd7f78
backend/pyproject.toml
@@ -17,7 +17,7 @@ dependencies = [
17
"psycopg[binary]<4.0.0,>=3.1.13",
18
"sqlmodel<1.0.0,>=0.0.21",
19
# Pin bcrypt until passlib supports the latest
20
- "bcrypt==4.3.0",
+ "bcrypt==5.0.0",
21
"pydantic-settings<3.0.0,>=2.2.1",
22
"sentry-sdk[fastapi]<2.0.0,>=1.40.6",
23
"pyjwt<3.0.0,>=2.8.0",
0 commit comments