This is an automated email from the ASF dual-hosted git repository. tvalentyn pushed a commit to branch tvalentyn-patch-1 in repository https://gitbox.apache.org/repos/asf/beam.git
commit cf8818088220169951d6b696d5ebdaa696f8f55c Author: tvalentyn <[email protected]> AuthorDate: Wed Dec 8 16:23:43 2021 -0800 Add a lower bound dependency on pip for building Beam. --- sdks/python/build-requirements.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/sdks/python/build-requirements.txt b/sdks/python/build-requirements.txt index da98fb3..fc1eccb 100644 --- a/sdks/python/build-requirements.txt +++ b/sdks/python/build-requirements.txt @@ -17,6 +17,7 @@ # TODO(BEAM-8954): Consider PEP-517/PEP-518 instead of this file. +pip>=20.0.1 setuptools wheel>=0.36.0
