Skip to content

Commit

Permalink
Relax version constraints of argon2-cffi and bcrypt
Browse files Browse the repository at this point in the history
Fix #8
  • Loading branch information
frankie567 committed Aug 19, 2024
1 parent bcfd2e4 commit 75031f7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -81,10 +81,10 @@ dependencies = [

[project.optional-dependencies]
argon2 = [
"argon2-cffi ==23.1.0",
"argon2-cffi >=23.1.0,<24",
]
bcrypt = [
"bcrypt ==4.1.2",
"bcrypt >=4.1.2,<5",
]

[project.urls]
Expand Down

0 comments on commit 75031f7

Please sign in to comment.