Skip to content

Commit

Permalink
Update pip-licenses in Dockerfile to support Python 3.11 (apache#26019)
Browse files Browse the repository at this point in the history
Co-authored-by: tvalentyn <tvalentyn@users.noreply.github.com>
  • Loading branch information
2 people authored and jakubrauch committed Apr 27, 2023
1 parent 8198d22 commit c47b343
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sdks/python/container/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,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<4.0.0' pyyaml tenacity && \
pip install 'pip-licenses<5' pyyaml tenacity && \
python /tmp/license_scripts/pull_licenses_py.py ; \
fi

Expand Down

0 comments on commit c47b343

Please sign in to comment.