google / grr

GRR Rapid Response: remote live forensics for incident response
https://grr-doc.readthedocs.io/
Apache License 2.0
4.77k stars 764 forks source link

grr_api_client to Werkzeug 2.x #996

Open anttitikkanen opened 2 years ago

anttitikkanen commented 2 years ago

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:

https://github.com/google/grr/blob/66026dfcfe6cb329868e5271f44825531fe87b62/api_client/python/setup.py#L68

Could we update grr_api_client to Werkzeug 2.x?

Additional context Add any other context about the problem here.