Skip to content

Commit 1205029

Browse files
committed
➕ Update dependencies, add pwdlib
1 parent d0d06d1 commit 1205029

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

backend/pyproject.toml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ dependencies = [
77
"fastapi[standard]<1.0.0,>=0.114.2",
88
"python-multipart<1.0.0,>=0.0.7",
99
"email-validator<3.0.0.0,>=2.1.0.post1",
10-
"passlib[bcrypt]<2.0.0,>=1.7.4",
1110
"tenacity<9.0.0,>=8.2.3",
1211
"pydantic>2.0",
1312
"emails<1.0,>=0.6",
@@ -16,11 +15,10 @@ dependencies = [
1615
"httpx<1.0.0,>=0.25.1",
1716
"psycopg[binary]<4.0.0,>=3.1.13",
1817
"sqlmodel<1.0.0,>=0.0.21",
19-
# Pin bcrypt until passlib supports the latest
20-
"bcrypt==4.3.0",
2118
"pydantic-settings<3.0.0,>=2.2.1",
2219
"sentry-sdk[fastapi]<2.0.0,>=1.40.6",
2320
"pyjwt<3.0.0,>=2.8.0",
21+
"pwdlib[argon2,bcrypt]>=0.3.0",
2422
]
2523

2624
[dependency-groups]
@@ -29,7 +27,6 @@ dev = [
2927
"mypy<2.0.0,>=1.8.0",
3028
"ruff<1.0.0,>=0.2.2",
3129
"prek>=0.2.24,<1.0.0",
32-
"types-passlib<2.0.0.0,>=1.7.7.20240106",
3330
"coverage<8.0.0,>=7.4.3",
3431
]
3532

0 commit comments

Comments
 (0)