-
Notifications
You must be signed in to change notification settings - Fork 46
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
update pendulum == 3.0 #293
Conversation
10cea75
to
3b47e38
Compare
When I install flask-praetorian with the updated dependencies and python 3.12 in a docker container, I'm getting compatibility issues with flask-mail:
I may explore changing to depend on flask-mailgun instead. |
How can I reproduce this error? On my end, it seems like the latest version of flask-mail (0.9.1) and flask-praetorian (with pendulum==3.0) work fine together. When I run the
The first change seems unrelated to upgrading pendulum. After making these changes, I'm able to run the container fine. |
Did you change the base image for the flask-praetorian-tutorial/api's image? I get this error when I switch it to |
Addressed the issues encountered here with the flask-mail dependency in #296 |
@azliu0 |
great, thank you so much! |
Resolves #292. Updated dependencies to support pendulum >= 3.0 so that the package is compatible with Python 3.12. All tests pass.