From f0139d6f7cebc111dd08d6eb982176abe36ea9e0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Malo=20Jaffr=C3=A9?= <8469951+ghjklw@users.noreply.github.com> Date: Wed, 22 Jan 2025 15:58:42 +0000 Subject: [PATCH] Remove unused MarkupSafe dependency (#2103) MarkupSafe doesn't seem to be used anywhere in the code and the required version is outdated and creates dependency conflicts with other libraries. --- soda/core/setup.py | 1 - 1 file changed, 1 deletion(-) diff --git a/soda/core/setup.py b/soda/core/setup.py index d81709f1d..9c6a70628 100644 --- a/soda/core/setup.py +++ b/soda/core/setup.py @@ -8,7 +8,6 @@ description = "Soda Core" requires = [ - "markupsafe>=2.0.1,<=2.1.2", "Jinja2>=2.11,<4.0", "click~=8.0", "ruamel.yaml>=0.17.0,<0.18.0",