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

Restrict flask version to <=2.2.3 #132

Merged
merged 1 commit into from
Jun 3, 2023
Merged

Restrict flask version to <=2.2.3 #132

merged 1 commit into from
Jun 3, 2023

Conversation

jwest115
Copy link
Collaborator

@jwest115 jwest115 commented Jun 1, 2023

Originating Project/Creator
Affected Component
Affected Architectures(s)
Related Issue(s)
Has Unit Tests (y/n)
Builds Without Errors (y/n)
Unit Tests Pass (y/n)
Documentation Included (y/n)

Change Description

Restrict flask version to >=1.1.2 and <=2.2.3. Tested in python 3.9.6 virtual environment and was able to successfully install and start F´ GDS.

Rationale

From flask release notes:

Setting custom json_encoder and json_decoder classes on the app or a blueprint, and the corresponding json.JSONEncoder and JSONDecoder classes, are deprecated. JSON behavior can now be overridden using the app.json provider interface. pallets/flask#4692

@LeStarch LeStarch merged commit b459e42 into nasa:devel Jun 3, 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.

2 participants