Skip to content

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.

3 participants