Skip to content

Commit

Permalink
fix(ci): pinning markup_safe (#4188)
Browse files Browse the repository at this point in the history
  • Loading branch information
treff7es authored Feb 18, 2022
1 parent 93befda commit 8cb312c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions metadata-ingestion/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,10 @@ def get_long_description():
"tabulate",
"progressbar2",
"psutil>=5.8.0",
# Markupsafe breaking change broke Jinja and some other libs
# Pinning it to a version which works even though we are not using explicitly
# https://github.com/aws/aws-sam-cli/issues/3661
"markupsafe==2.0.1",
}

kafka_common = {
Expand Down

0 comments on commit 8cb312c

Please sign in to comment.