thempatel commented on a change in pull request #16961:
URL: https://github.com/apache/beam/pull/16961#discussion_r829596224



##########
File path: sdks/python/container/Dockerfile
##########
@@ -97,7 +97,7 @@ RUN rm /opt/apache/beam/third_party_licenses/golang/LICENSE
 
 COPY target/license_scripts /tmp/license_scripts/
 RUN if [ "$pull_licenses" = "true" ] ; then \
-      pip install 'pip-licenses<3.0.0' pyyaml tenacity && \
+      pip install 'pip-licenses>=3.5.3' pyyaml tenacity && \

Review comment:
       https://github.com/raimon49/pip-licenses/issues/113




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to