- fix: avoid reading body of request when verifying token * This is to fix a bug that affects large file uploads, where we need to tell Flask that we expect a large body before actually starting to read/access it.
3.0.1
- fix: update iter_choices for WTForms 3.0.0 compatibility
3.0.0
- setup: move to flask-oauthlib-invenio - global: replace werkzeug.url with urllib.parse - tests: changed status_code - fix: LegacyAPIWarning - fix: DeprecationWarning: - tests: apply changes for sqlalchemy>=2.0 - setup: bump major dependencies
2.4.1
- setup: change to reusable workflows - setup: pin dependencies