Skip to content

Commit 32ed45f

Browse files
authored
chore: pin protobuf (#799)
1 parent 7ec6f4d commit 32ed45f

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

setup.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,8 @@
3333
"google-cloud-core >= 2.3.0, < 3.0dev",
3434
"google-resumable-media >= 2.3.2",
3535
"requests >= 2.18.0, < 3.0.0dev",
36-
"protobuf",
3736
]
38-
extras = {}
37+
extras = {"protobuf": ["protobuf<5.0.0dev"]}
3938

4039

4140
# Setup boilerplate below this line.

0 commit comments

Comments
 (0)