From 303f521e1c14f6e2c8794277abfdf812690b795d Mon Sep 17 00:00:00 2001 From: Carlin MacKenzie Date: Fri, 25 Oct 2024 17:14:05 +0200 Subject: [PATCH] setup: pin wtforms 3.2.0 makes a breaking change https://wtforms.readthedocs.io/en/3.2.x/changes/ --- setup.cfg | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.cfg b/setup.cfg index 51ec54a4..fcbfd674 100644 --- a/setup.cfg +++ b/setup.cfg @@ -40,6 +40,7 @@ install_requires = pyjwt>=1.5.0 simplekv>=0.11.2 ua-parser>=0.7.3 + wtforms<3.2.0 [options.extras_require] admin =