Thanks to visit codestin.com
Credit goes to github.com

Skip to content
This repository was archived by the owner on Sep 5, 2023. It is now read-only.
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
fix(deps): require protobuf 3.20.2
  • Loading branch information
parthea committed Sep 27, 2022
commit e2bf329cc353766d8f7c78d631be85d83d19b6d0
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
dependencies = [
"google-api-core[grpc] >= 1.33.1, <3.0.0dev,!=2.0.*,!=2.1.*,!=2.2.*,!=2.3.*,!=2.4.*,!=2.5.*,!=2.6.*,!=2.7.*",
"proto-plus >= 1.22.0, <2.0.0dev",
"protobuf >= 3.20.1, <5.0.0dev",
"protobuf >= 3.20.2, <5.0.0dev",
"grpc-google-iam-v1 >=0.12.4, <1.0.0dev",
]
url = "https://github.com/googleapis/python-batch"
Expand Down