You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Werkzeug 3 breaks Frozen-Flask, which transitively breaks elsa. It's because werkzeug has removed a .charset attribute somewhere, but Frozen-Flask relies on it. Frozen-Flask is without maintainers AFAIK, but elsa could maybe monkey-patch as a hotfix or something. See Frozen-Flask/Frozen-Flask#129
The text was updated successfully, but these errors were encountered:
Werkzeug 3 breaks Frozen-Flask, which transitively breaks elsa. It's because werkzeug has removed a .charset attribute somewhere, but Frozen-Flask relies on it. Frozen-Flask is without maintainers AFAIK, but elsa could maybe monkey-patch as a hotfix or something. See Frozen-Flask/Frozen-Flask#129
The text was updated successfully, but these errors were encountered: