mirror of
https://github.com/datahub-project/datahub.git
synced 2025-12-28 02:17:53 +00:00
fix(build): Fix breaking changes from GE 0.15.3 (#4905)
This commit is contained in:
parent
5cce3acddc
commit
5ac6ba58f8
@ -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",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user