Skip to content

Commit

Permalink
Remove unused MarkupSafe dependency (#2103) (#2200)
Browse files Browse the repository at this point in the history
MarkupSafe doesn't seem to be used anywhere in the
code and the required version is outdated and
creates dependency conflicts with other libraries.

Co-authored-by: Milan Lukac <[email protected]>
  • Loading branch information
ghjklw and m1n0 authored Feb 20, 2025
1 parent b224ff8 commit eacd1e3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion soda/core/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit eacd1e3

Please sign in to comment.