vanvalenlab / deepcell-label

Cloud-based data annotation tools for biological images
https://label.deepcell.org
Other
73 stars 14 forks source link

MAINT: Pin werkzeug for flask v2 compatibility. #526

Closed rossbar closed 11 months ago

rossbar commented 11 months ago

Werkzeug v3 removes functionality that flask 2 depends on, but flask 2.0.2 doesn't contain an upper bound pin on the major version of werkzeug, so add it manually here.

rossbar commented 11 months ago

Self-merging as this is a critical blocker.