hubmapconsortium / ingest-api

MIT License
0 stars 0 forks source link

Update to Flask v3.x #557

Closed shirey closed 1 week ago

yuanzhou commented 2 months ago

https://flask.palletsprojects.com/en/3.0.x/changes/

ChuckKollar commented 1 month ago

Testing criteria is to execute six endpoints: 1) GET/PUT/POST on traditional (e.g. app. decorators), 2) GET/PUT/POST on a Blueprint decorators

NOTE: I have removed the requirement on the atlas-consortia-commons package because it was using a pinned version of Flask, and moved the functions from it that are being used in this micro-service to the utils directory.

ChuckKollar commented 1 month ago

PR: https://github.com/hubmapconsortium/ingest-api/pull/570

ChuckKollar commented 4 weeks ago

Used python3 -m pyanalyze to catch some coding errors. Same PR.