sponsfreixes / jinja2-fragments

Render Jinja2 template block as HTML page fragments on Python web frameworks.
MIT License
232 stars 12 forks source link

Add support for Quart>=0.19.0 #19

Closed sponsfreixes closed 11 months ago

sponsfreixes commented 11 months ago

Quart changed how it is initializing signals, removing the AsyncNamespace class jinja2-fragments was relying on. Hence, the library is not usable with Quart>=0.19.0, which is when this change became effective.

@EtiennePelletier or @nisegami do you think you could have a look at that? I haven't had the opportunity to work with Quart so my experience is limited.

sponsfreixes commented 11 months ago

This issue has been fixed by https://github.com/sponsfreixes/jinja2-fragments/pull/22.