Update Flask, Flask Restx, unpin Gilda #1452
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR updates the extras requirements in setup.py to resolve #1448.
Resolves #1448.
Todo
Revisit the cython and pyjnius upgrade: It was necessary to get Python 3.10 working in Upgrade to flask_jwt_extended>3 gyorilab/indra_cogex#172, but since downgrading to python 3.8 (via use of ubuntu 20 as base image) this might not be necessary any longer. Leaving the cython and pyjnius versions untouched would be the more conservative approach (don't fix what ain't broken...)Fixed in 90eba2cUpdate 7/8 2024
Code is tested with gyorilab/indra_cogex#172 and gyorilab/ui_util#20, but not yet with gyorilab/emmaa#280 or a new deployment of db.indra.bio on lambda+api gateway.
Update 7/11 2024
Code has been tested and is used in production for EMMAA using Python 3.9.
Update 7/18 2024
Code has been tested and is used in the dev deployment for INDRA DB.