Skip to content

Commit 5c211d0

Browse files
committed
fix: update markupsafe version required with 1.1.1
1 parent bd94c14 commit 5c211d0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,7 @@ def get_git_sha() -> str:
110110
"tabulate==0.8.9",
111111
"typing-extensions>=3.7.4.3,<4", # needed to support typing.Literal on py37
112112
"wtforms-json",
113+
"markupsafe==1.1.1",
113114
],
114115
extras_require={
115116
"athena": ["pyathena>=1.10.8,<1.11"],

0 commit comments

Comments
 (0)