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
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:
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:
grr/api_client/python/setup.py
Line 68 in 66026df
Could we update grr_api_client to Werkzeug 2.x?
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: