From 0e09ec35c1008bc0709da23ae8f99ea8afeca701 Mon Sep 17 00:00:00 2001 From: Tobias Urdin Date: Fri, 3 Nov 2023 13:43:44 +0000 Subject: [PATCH] Pin werkzeug<3.0.0 The http.parse_authorization_header is removed in >=3.0.0 [1] [1] https://github.com/pallets/werkzeug/commit/bafffa9fb597156567c1ca80042bfbc842a42284 --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index c188e6360..980ae7d19 100644 --- a/setup.cfg +++ b/setup.cfg @@ -40,7 +40,7 @@ install_requires = stevedore ujson voluptuous>=0.8.10 - werkzeug + werkzeug<3.0.0 trollius; python_version < '3.4' tenacity>=5.0.0 WebOb>=1.4.1