Skip to content

Commit

Permalink
fix(deps): require protobuf>= 3.12.0, <4.0.0dev (#1266)
Browse files Browse the repository at this point in the history
  • Loading branch information
parthea committed May 27, 2022
1 parent 35aeaa6 commit 4ec586b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,14 +35,14 @@
# 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",
"proto-plus >= 1.15.0, <2.0.0dev",
# NOTE: Maintainers, please do not require google-cloud-core>=2.x.x
# Until this issue is closed
# https://github.com/googleapis/google-cloud-python/issues/10566
"google-cloud-core >= 1.4.1, <3.0.0dev",
"google-resumable-media >= 0.6.0, < 3.0dev",
"packaging >= 14.3",
"protobuf >= 3.12.0",
"packaging >= 14.3, <22.0dev",
"protobuf >= 3.12.0, <4.0.0dev",
"python-dateutil >= 2.7.2, <3.0dev",
"requests >= 2.18.0, < 3.0.0dev",
]
Expand Down

0 comments on commit 4ec586b

Please sign in to comment.