google / grr

GRR Rapid Response: remote live forensics for incident response

Home Page:https://grr-doc.readthedocs.io/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

grr_api_client to Werkzeug 2.x

anttitikkanen opened this issue · comments

Environment

Using the API client from a custom Flask application.

Describe the issue
Using grr_api_client in a Flask 2.x application results in versioning conflicts, as grr_api_client depends on a relatively old version of Werkzeug:

"Werkzeug>=0.16.0,<=1.0.1",

Could we update grr_api_client to Werkzeug 2.x?

Additional context
Add any other context about the problem here.