This is an automated email from the ASF dual-hosted git repository.
tvalentyn pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/beam.git
The following commit(s) were added to refs/heads/master by this push:
new 3efd3c38b99 Update pip-licenses in Dockerfile to support Python 3.11
(#26019)
3efd3c38b99 is described below
commit 3efd3c38b9917ae1f51f466a237a79d9fe57b2a6
Author: Anand Inguva <[email protected]>
AuthorDate: Tue Mar 28 18:51:38 2023 -0400
Update pip-licenses in Dockerfile to support Python 3.11 (#26019)
Co-authored-by: tvalentyn <[email protected]>
---
sdks/python/container/Dockerfile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/sdks/python/container/Dockerfile b/sdks/python/container/Dockerfile
index 920fa20ea82..c4ea6d58417 100644
--- a/sdks/python/container/Dockerfile
+++ b/sdks/python/container/Dockerfile
@@ -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