Skip to content

Commit 75b4408

Browse files
edulaueraugusto-herrmann
authored andcommitted
Upgrade GE, Datahub, SqlAlchemy packages version
1 parent f096edf commit 75b4408

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

Dockerfile

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,20 +15,21 @@ ARG PYTHON_DEPS=" \
1515
py-trello==0.17.1 \
1616
PyPDF2==1.26.0 \
1717
frictionless==4.16.6 \
18-
SQLAlchemy==1.3.23 \
18+
SQLAlchemy==1.3.24 \
1919
google-api-python-client \
2020
google-auth-httplib2 \
2121
google-auth-oauthlib \
22-
great-expectations==0.13.19 \
23-
airflow-provider-great-expectations==0.0.2 \
22+
great-expectations==0.14.11 \
23+
airflow-provider-great-expectations==0.1.4 \
2424
unidecode==1.2.0 \
2525
odfpy==1.4.1 \
2626
Markdown==3.3.4 \
2727
openpyxl==3.0.7 \
2828
pytest==6.2.5 \
2929
ckanapi==4.6 \
3030
sharepy==1.3.0 \
31-
acryl-datahub[airflow]==0.8.24 \
31+
acryl-datahub[airflow]==0.8.29 \
32+
acryl-datahub[great-expectations]==0.8.29 \
3233
"
3334

3435
USER root

0 commit comments

Comments
 (0)