From 86c7bff97e336498fe533757ed30443c1093444d Mon Sep 17 00:00:00 2001 From: Tobias Urdin Date: Tue, 13 Aug 2024 14:38:26 +0200 Subject: [PATCH] Pin werkzeug<3.0.3 This can be reverted when werkzeug is fixed. --- setup.cfg | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index 594ce831a..0e1cf4162 100644 --- a/setup.cfg +++ b/setup.cfg @@ -41,7 +41,9 @@ install_requires = stevedore ujson voluptuous>=0.8.10 - werkzeug + # TODO(tobias-urdin): Unpin when this is fixed + # https://github.com/pallets/werkzeug/issues/2934 + werkzeug<3.0.3 tenacity>=5.0.0 WebOb>=1.4.1 Paste