jupyter / papyri

MIT License
84 stars 17 forks source link

Incompat with latest quart/quart-trio/werkzeug. #307

Open Carreau opened 12 months ago

Carreau commented 12 months ago

Quart trio calls self.try_trigger_before_first_request_functions, which has been removed from quart, and latest werkzug cannot import name 'url_quote' from 'werkzeug.urls'.

We should likely pin and check if there a bug/patch is planed upstream.

Carreau commented 12 months ago

Also maybe if quart/quart-trio is unmaintained, move to something else ?