From 372815ad2bebdb0d8d41397675f9aa832b0c0503 Mon Sep 17 00:00:00 2001 From: wanjoc <85894801+wanjoc@users.noreply.github.com> Date: Sat, 14 Oct 2023 10:37:36 -0500 Subject: [PATCH] cw - bumped down wtforms version --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index f43097b0bfc2a..8e6f506e1233a 100644 --- a/setup.py +++ b/setup.py @@ -130,7 +130,7 @@ def get_git_sha() -> str: "typing-extensions>=4, <5", "waitress; sys_platform == 'win32'", "werkzeug>=2.3.3, <3", - "wtforms>=2.3.3, <4", + "wtforms>=2.3.3, <3.1.0", "wtforms-json", "xlsxwriter>=3.0.7, <3.1", ],