We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6484a47 commit 3efd3c3Copy full SHA for 3efd3c3
sdks/python/container/Dockerfile
@@ -101,7 +101,7 @@ RUN rm /opt/apache/beam/third_party_licenses/golang/LICENSE
101
102
COPY target/license_scripts /tmp/license_scripts/
103
RUN if [ "$pull_licenses" = "true" ] ; then \
104
- pip install 'pip-licenses<4.0.0' pyyaml tenacity && \
+ pip install 'pip-licenses<5' pyyaml tenacity && \
105
python /tmp/license_scripts/pull_licenses_py.py ; \
106
fi
107
0 commit comments