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

[deps] update flask to latest version #424

Merged
merged 1 commit into from
Dec 19, 2023

Conversation

Shastick
Copy link
Contributor

@Shastick Shastick commented Dec 19, 2023

This should fix #329 and was obtained through a few iterative updates (it was not immediately obvious to me that the transitive dependencies with a pinned version could simply be removed)

Note that this removes the explicit version pinning of Werkzeug, Jinja2 and itsdangerous.

If we need to pin transitive dependencies (which is a generally good idea) I'd suggest looking into something such as pip-tools (or rolling our own crude version pinning with eg pip freeze).

However, there is no urgency with this, as long as dependency management does not start taking too much time.

@Shastick Shastick marked this pull request as ready for review December 19, 2023 15:12
Copy link
Member

@BenjaminPelletier BenjaminPelletier left a comment

Choose a reason for hiding this comment

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

Huh, well that's cool. I wouldn't have expected this to work, but I think the CI should be reliable, so apparently we were just micromanaging packages. I'm going to ask @barroco to take a look also to see if he's thinking of something I'm not, but this looks great to me.

@barroco
Copy link
Contributor

barroco commented Dec 19, 2023

Agree on the fact that the CI should be reliable. I expect this is a benefit of having removed the webapp from the repository. (see #246)

@BenjaminPelletier BenjaminPelletier merged commit e61034b into interuss:main Dec 19, 2023
9 checks passed
@barroco barroco deleted the update-to-latest-flask branch December 19, 2023 18:46
github-actions bot added a commit that referenced this pull request Dec 19, 2023
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.

Update Flask to v2
3 participants