Skip to content
This repository was archived by the owner on Oct 31, 2023. It is now read-only.

Commit d18523f

Browse files
authored
fix(deps): require protobuf <4.0.0dev (#167)
* fix(deps): require protobuf <4.0.0dev * update constraints
1 parent c09afdd commit d18523f

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

setup.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,9 @@
2929
# Until this issue is closed
3030
# https://github.com/googleapis/google-cloud-python/issues/10566
3131
"google-api-core[grpc] >= 1.31.5, <3.0.0dev,!=2.0.*,!=2.1.*,!=2.2.*,!=2.3.0",
32-
"proto-plus >= 1.18.1",
33-
"grpc-google-iam-v1",
34-
"six",
32+
"proto-plus >= 1.18.1, <2.0.0dev",
33+
"protobuf >= 3.19.0, <4.0.0dev",
34+
"grpc-google-iam-v1 >=0.12.4, <1.0.0dev",
3535
]
3636

3737
package_root = os.path.abspath(os.path.dirname(__file__))

testing/constraints-3.6.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,5 @@
77
# Then this file should have foo==1.14.0
88
google-api-core==1.31.5
99
proto-plus==1.18.1
10-
grpc-google-iam-v1==0.12.3
11-
six==1.13.0
10+
grpc-google-iam-v1==0.12.4
11+
protobuf==3.19.0

0 commit comments

Comments
 (0)