-
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
Dependency issues with pendulum and python 3.12 #292
Comments
Closed
dusktreader
added a commit
that referenced
this issue
Mar 11, 2024
Updated dependencies for Python 3.12 including: * Requiring pendulum 3.0+ * Replacing Flask-Mail with Flask-Mailman Also increased pytest dpendecy to 7.x+ and added coverage and random order testing.
dusktreader
added a commit
that referenced
this issue
Mar 11, 2024
…-issues-with-pendulum-and-python-3.12 Issue #292: Added support for Python 3.12
Addressed by PR #296 |
@cldmkr |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
flask-praetorian requires package pendulum
^2.1
.Pendulum <3.0.0 requires package distutils. Package distutils is no longer available on python 3.12.
Package pendulum removed the dependency to distutils starting with version 3.0.0 (Ref: Pendulum issues 696).
To be able to use flask-praetorian with python 3.12 and later, I assume flask-praetorian has to support pendulum >= 3.0.0.
The text was updated successfully, but these errors were encountered: