fix(build): Fix breaking changes from GE 0.15.3 (#4905)

This commit is contained in:
Aseem Bansal 2022-05-12 21:16:23 +05:30 committed by GitHub
parent 5cce3acddc
commit 5ac6ba58f8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -87,10 +87,7 @@ sql_common = {
# 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",