Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

4.0 breaks passlib? #414

Closed
Lkruitwagen opened this issue Sep 15, 2022 · 2 comments
Closed

4.0 breaks passlib? #414

Lkruitwagen opened this issue Sep 15, 2022 · 2 comments

Comments

@Lkruitwagen
Copy link

Recent FastAPI deployment on AWS Lambda breaks on passlib[bcrypt] with bcrypt>=4.0:

passlib.exc.MissingBackendError: bcrypt: no backends available -- recommend you install one (e.g. 'pip install bcrypt')

Downgrading back to bycrpt~=3.2 solves this for now.

@reaperhulk
Copy link
Member

The bcrypt APIs have not changed, which suggests that there's an issue with how bcrypt is being deployed to the lambda. Errors proxied through another library are also not very helpful for debugging this, please try to directly import bcrypt and see what happens.

@alex
Copy link
Member

alex commented Oct 7, 2022

no reply for 3 weeks so closing.

if there's still an issue, please leave a comment and we can reopen

@alex alex closed this as completed Oct 7, 2022
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Jan 6, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Development

No branches or pull requests

3 participants