Skip to content

Commit

Permalink
fix(deps): require protobuf <4.0.0dev (#395)
Browse files Browse the repository at this point in the history
Towards b/234444818

fix: drop dependency pytz
  • Loading branch information
parthea authored Jun 1, 2022
1 parent 4a6c2b6 commit 09825e4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/google-cloud-dlp/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@
# Until this issue is closed
# https://github.com/googleapis/google-cloud-python/issues/10566
"google-api-core[grpc] >= 1.31.5, <3.0.0dev,!=2.0.*,!=2.1.*,!=2.2.*,!=2.3.0",
"proto-plus >= 1.15.0",
"pytz >= 2021.1",
"proto-plus >= 1.15.0, <2.0.0dev",
"protobuf >= 3.19.0, <4.0.0dev",
]

extras = {"libcst": "libcst >= 0.2.5"}
Expand Down
1 change: 1 addition & 0 deletions packages/google-cloud-dlp/testing/constraints-3.6.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,4 @@
google-api-core==1.31.5
proto-plus==1.15.0
libcst==0.2.5
protobuf==3.19.0

0 comments on commit 09825e4

Please sign in to comment.