Browse Source
Fixes #1483. Prior to this commit, running the RPC API server using Klein failed due to a recent change in Werkzeug 2.3+, preventing any endpoint from returning anything but a 405 error. See https://github.com/twisted/klein/pull/575. After this commit we pin to 2.2.0 until such time as updated versions of werkzeug/Klein are reviewed by us.master
1 changed files with 1 additions and 1 deletions
Loading…
Reference in new issue