Skip to content

Commit 37de4c8

Browse files
NiallEgansusodapop
authored andcommitted
Fix Thrift versioning issue in Py client
After we discovered that the client was not in fact compatible with Thrift 0.10.0, this PR increases the lower bound. Also removes `python-dateutil` since we don't use it (was carried over from Hive) Re-trigger intergation tests
1 parent 8810930 commit 37de4c8

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

cmdexec/clients/python/test-container-with-reqs.dockerfile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ RUN pip install grpcio==1.41.0 \
66
cryptography==35.0.0 \
77
thrift==0.13.0 \
88
pandas==1.3.4 \
9-
future==0.18.2 \
10-
python-dateutil==2.8.2
9+
future==0.18.2
1110

1211
ENTRYPOINT ["./docker-entrypoint.sh"]

0 commit comments

Comments
 (0)