From f761af73d86757d9b740e37e696a26f66f84d085 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 0f2383f31..5b0401ffa 100644 --- a/setup.cfg +++ b/setup.cfg @@ -42,7 +42,7 @@ install_requires = stevedore ujson voluptuous>=0.8.10 - werkzeug + werkzeug<3.0.0 trollius; python_version < '3.4' tenacity>=4.6.0,<7.0.0 WebOb>=1.4.1