Skip to content

Commit fad0959

Browse files
fix(deps): allow protobuf 3.19.5 (#644)
Co-authored-by: Daniel Sanche <[email protected]>
1 parent e12eae2 commit fad0959

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
"google-cloud-core >= 2.0.0, <3.0.0dev",
3636
"grpc-google-iam-v1 >=0.12.4, <1.0.0dev",
3737
"proto-plus >= 1.22.0, <2.0.0dev",
38-
"protobuf >= 3.20.2, <5.0.0dev",
38+
"protobuf>=3.19.5,<5.0.0dev,!=3.20.0,!=3.20.1,!=4.21.1,!=4.21.2,!=4.21.3,!=4.21.4,!=4.21.5",
3939
]
4040
extras = {}
4141

testing/constraints-3.7.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@
88
google-api-core==1.32.0
99
google-cloud-core==2.0.0
1010
proto-plus==1.22.0
11-
protobuf==3.20.2
11+
protobuf==3.19.5

0 commit comments

Comments
 (0)