brutasse / graphite-api

Graphite-web, without the interface. Just the rendering HTTP API.
https://graphite-api.readthedocs.io
Apache License 2.0
493 stars 131 forks source link

Modern Flask/Werkzeug support #252

Open hhartzer opened 1 month ago

hhartzer commented 1 month ago

I feel like this project is abandoned.

Has anyone else had issues running this with newer Werkzeug versions?

I'm suspecting it breaks things. Getting 400s galore.

hhartzer commented 1 month ago

Yes, this seems to require flask~=1.0.

This is particularly annoying because it will silently give 400s for everything with no exceptions or logs.