Skip to content

Commit adfec19

Browse files
committed
improve: use last version of bcrypt
1 parent f799053 commit adfec19

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ dependencies = [
1717
"python-dotenv==1.1.0",
1818
"passlib[bcrypt]",
1919
"python-jose[cryptography]",
20-
"bcrypt==4.1.2",
20+
"bcrypt",
2121
"python-multipart",
2222
"py3xui",
2323

0 commit comments

Comments
 (0)