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

Quick fix for werkzeug/flask incompatibility #942

Merged
merged 1 commit into from
Nov 4, 2024
Merged

Quick fix for werkzeug/flask incompatibility #942

merged 1 commit into from
Nov 4, 2024

Conversation

rly
Copy link
Collaborator

@rly rly commented Nov 4, 2024

Most GitHub Actions are failing because flask depends on werkzeug, and werkzeug 3.0+ is being installed which deprecates the __version__ attribute used by flask 2.3.2. We could upgrade flask to 3.0+, but that is a major change that will require some time to carefully test. While that happens, I suggest we pin werkzeug < 3.0.

@rly rly requested a review from pauladkisson November 4, 2024 20:54
@rly rly marked this pull request as ready for review November 4, 2024 20:57
Copy link
Collaborator

@pauladkisson pauladkisson left a comment

Choose a reason for hiding this comment

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

Example Data Tests are failing still, but looks like that's a separate issue (#941). So this LGTM.

@rly rly merged commit 0ee8f9b into main Nov 4, 2024
24 of 27 checks passed
@rly rly deleted the fix_deps branch November 4, 2024 22:58
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.

2 participants