This is an automated email from the ASF dual-hosted git repository.
tvalentyn pushed a commit to branch release-2.35.0
in repository https://gitbox.apache.org/repos/asf/beam.git
The following commit(s) were added to refs/heads/release-2.35.0 by this push:
new 1466791 [BEAM-13388] Use 3.0.0 as lower bound for google-cloud-dlp
(#16165)
1466791 is described below
commit 1466791e230b1a5a6fb51f0d5b22c6c823a38abe
Author: tvalentyn <[email protected]>
AuthorDate: Tue Dec 7 17:48:52 2021 -0800
[BEAM-13388] Use 3.0.0 as lower bound for google-cloud-dlp (#16165)
---
sdks/python/setup.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/sdks/python/setup.py b/sdks/python/setup.py
index c9a7b51..9038500 100644
--- a/sdks/python/setup.py
+++ b/sdks/python/setup.py
@@ -193,7 +193,7 @@ GCP_REQUIREMENTS = [
'google-cloud-spanner>=1.13.0,<2',
'grpcio-gcp>=0.2.2,<1',
# GCP Packages required by ML functionality
- 'google-cloud-dlp>=0.12.0,<4',
+ 'google-cloud-dlp>=3.0.0,<4',
'google-cloud-language>=1.3.0,<2',
'google-cloud-videointelligence>=1.8.0,<2',
'google-cloud-vision>=0.38.0,<2',