Skip to content

Commit

Permalink
Update pip-licenses in Dockerfile to support Python 3.11 (#26019)
Browse files Browse the repository at this point in the history
Co-authored-by: tvalentyn <tvalentyn@users.noreply.github.com>
  • Loading branch information
AnandInguva and tvalentyn authored Mar 28, 2023
1 parent 6484a47 commit 3efd3c3
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 3efd3c3

Please sign in to comment.