Skip to content

Commit ae55a92

Browse files
committed
explicitly exclude protobuf 4.21.0
1 parent 2bd656d commit ae55a92

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
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.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",
38+
"protobuf>=3.19.5,<5.0.0dev,!=3.20.0,!=3.20.1,!=4.21.0,!=4.21.1,!=4.21.2,!=4.21.3,!=4.21.4,!=4.21.5",
3939
]
4040
extras = {}
4141

0 commit comments

Comments
 (0)