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

[setup] Freeze python packages versions #974

Merged
merged 1 commit into from
Dec 6, 2023

Conversation

nrybowski
Copy link
Member

This should fix #972

@lsignac
Copy link

lsignac commented Oct 18, 2023

Something strange in proposed frozen version numbers :

ERROR: Cannot install flask==2.3.3 and itsdangerous==1.1.0 because these package versions have conflicting dependencies.

The conflict is caused by:
    The user requested itsdangerous==1.1.0
    flask 2.3.3 depends on itsdangerous>=2.1.2

Installing with itsdangerous==2.1.2 also fixes #972

@anthonygego anthonygego merged commit 825d2ca into UCL-INGI:master Dec 6, 2023
AlexandreDoneux pushed a commit to AlexandreDoneux/INGInious that referenced this pull request Dec 7, 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.

[frontend/app] Werkzeug 3.0.0 incompatible with flask-session 0.5.0
3 participants