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

requirements: Pin wtforms to 2.3.3 to be compatible with flask-admin #1992

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

ntarocco
Copy link
Contributor

No description provided.

invenio-opendefinition>=2.0.0a2,<3.0.0
invenio-pages>=1.0.0a7,<2.0.0
invenio-previewer>=2.2.0,<3.0.0
invenio-stats>=4.0.0,<5.0.0
# sentry-sdk removed from invenio-logging
sentry-sdk[flask]>=1.0.0,<2.0.0
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

added explicitily

@@ -102,6 +103,9 @@ install_requires =
# Pinned due to before_first_request deprecation https://flask.palletsprojects.com/en/2.2.x/api/#flask.Flask.before_first_request
Flask>=2.2.0,<2.3.0
Werkzeug>=2.2.0,<2.3.0
flask_menu>=1.0.0,<2.0.0
# 3.0.0 introduces breaking changes, requires fixes in flask-admin
WTForms<3.0.0
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

pin

Copy link
Contributor

@zzacharo zzacharo left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Let's go with the pin for now!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants