Skip to content

Commit

Permalink
Remove MarkupSafe dependency
Browse files Browse the repository at this point in the history
We do not use MarkupSafe directly. Historically, we've needed this
because sometime, somewhere, something was causing runtime problems
with the way Pandas was importing and loading MarkupSafe.

Whatever that was appears to have been fixed - clean installs still
load MarkupSafe (since it's a transitive dependency) and everything
appears to be working as normal.
  • Loading branch information
tlento committed Dec 20, 2023
1 parent aa7724b commit 1a1019c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ classifiers = [
]
dependencies = [
"Jinja2>=2.11.3",
"MarkupSafe==2.0.1", # pandas implicitly requires this version
"PyYAML~=6.0",
"click>=7.1.2",
"dbt-core~=1.7.0",
Expand Down

0 comments on commit 1a1019c

Please sign in to comment.