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 d0d06d1 commit 1205029Copy full SHA for 1205029
1 file changed
backend/pyproject.toml
@@ -7,7 +7,6 @@ dependencies = [
7
"fastapi[standard]<1.0.0,>=0.114.2",
8
"python-multipart<1.0.0,>=0.0.7",
9
"email-validator<3.0.0.0,>=2.1.0.post1",
10
- "passlib[bcrypt]<2.0.0,>=1.7.4",
11
"tenacity<9.0.0,>=8.2.3",
12
"pydantic>2.0",
13
"emails<1.0,>=0.6",
@@ -16,11 +15,10 @@ dependencies = [
16
15
"httpx<1.0.0,>=0.25.1",
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",
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",
+ "pwdlib[argon2,bcrypt]>=0.3.0",
24
]
25
26
[dependency-groups]
@@ -29,7 +27,6 @@ dev = [
29
27
"mypy<2.0.0,>=1.8.0",
30
28
"ruff<1.0.0,>=0.2.2",
31
"prek>=0.2.24,<1.0.0",
32
- "types-passlib<2.0.0.0,>=1.7.7.20240106",
33
"coverage<8.0.0,>=7.4.3",
34
35
0 commit comments