Skip to content

Commit

Permalink
fix(build): Fix breaking changes from GE 0.15.3 (#4905)
Browse files Browse the repository at this point in the history
  • Loading branch information
anshbansal authored May 12, 2022
1 parent 5cce3ac commit 5ac6ba5
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions metadata-ingestion/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -87,10 +87,7 @@ def get_long_description():
# Required for all SQL sources.
"sqlalchemy==1.3.24",
# Required for SQL profiling.
# release 0.15.3 is not compatible with python3.6.
"great-expectations>=0.14.11"
if is_py37_or_newer
else "great-expectations>=0.14.11,<0.15.3",
"great-expectations>=0.14.11,<0.15.3",
# datahub does not depend on Jinja2 directly but great expectations does. With Jinja2 3.1.0 GE 0.14.11 is breaking
"Jinja2<3.1.0",
"greenlet",
Expand Down

0 comments on commit 5ac6ba5

Please sign in to comment.