Skip to content

Commit

Permalink
config: Remove passlib and add bcrypt dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
frascuchon committed Nov 6, 2024
1 parent af2033c commit c0c62a5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 27 deletions.
27 changes: 1 addition & 26 deletions argilla-server/pdm.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion argilla-server/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ dependencies = [
"PyYAML >= 5.4.1,< 6.1.0",
# security dependencies
"python-jose[cryptography] ~= 3.3.0",
"passlib[bcrypt] ~= 1.7.4",
"bcrypt ~= 4.2.0",
# required by fastapi
"python-multipart ~= 0.0.16",
# OAuth2 integration
Expand Down

0 comments on commit c0c62a5

Please sign in to comment.