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

Update to flask > 2.2.5 #547

Closed
pjonsson opened this issue Nov 19, 2023 · 0 comments
Closed

Update to flask > 2.2.5 #547

pjonsson opened this issue Nov 19, 2023 · 0 comments

Comments

@pjonsson
Copy link
Contributor

Commit 95f4554 pinned flask at 2.2.5 to fix security vulnerabilities. The reason to not update to 2.3 is because that removed app.before_first_request.

Update to a more recent flask than 2.2.5 to ensure access to future security updates in flask, and remove the (no longer required) Werkzeug dependency in setup.py.

pjonsson added a commit to pjonsson/datacube-explorer that referenced this issue Dec 7, 2023
This decorator is deprecated in Flask 2.2.

Remove the check for schema compatibility,
generate.py already performs that check,
and conftest.py ensures the tables are
freshly created.

Fixes opendatacube#547
pjonsson added a commit to pjonsson/datacube-explorer that referenced this issue Dec 8, 2023
This decorator is deprecated in Flask 2.2.

Remove the check for schema compatibility,
generate.py already performs that check,
and conftest.py ensures the tables are
freshly created.

Fixes opendatacube#547
omad pushed a commit to pjonsson/datacube-explorer that referenced this issue Dec 10, 2023
This decorator is deprecated in Flask 2.2.

Remove the check for schema compatibility,
generate.py already performs that check,
and conftest.py ensures the tables are
freshly created.

Fixes opendatacube#547
@omad omad closed this as completed in e8e6704 Dec 10, 2023
pjonsson added a commit to pjonsson/datacube-explorer that referenced this issue Dec 11, 2023
This decorator is deprecated in Flask 2.2.

Remove the check for schema compatibility,
generate.py already performs that check,
and conftest.py ensures the tables are
freshly created.

Fixes opendatacube#547
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

No branches or pull requests

1 participant