Skip to content

Commit 3efd3c3

Browse files
Update pip-licenses in Dockerfile to support Python 3.11 (#26019)
Co-authored-by: tvalentyn <[email protected]>
1 parent 6484a47 commit 3efd3c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sdks/python/container/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ RUN rm /opt/apache/beam/third_party_licenses/golang/LICENSE
101101

102102
COPY target/license_scripts /tmp/license_scripts/
103103
RUN if [ "$pull_licenses" = "true" ] ; then \
104-
pip install 'pip-licenses<4.0.0' pyyaml tenacity && \
104+
pip install 'pip-licenses<5' pyyaml tenacity && \
105105
python /tmp/license_scripts/pull_licenses_py.py ; \
106106
fi
107107

0 commit comments

Comments
 (0)