Skip to content

Commit 3685a2a

Browse files
authored
Fix bad protobuf dependency (#106)
1 parent de93bcb commit 3685a2a

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

VERSION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.7.0
1+
3.7.1

setup.py

+2-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,8 @@
3737
"googleapis-common-protos",
3838
"grpcio",
3939
"pandas",
40-
"protobuf",
40+
# hotfix for protobuf raising exception on 3.21.0+
41+
"protobuf<3.21.0",
4142
"requests",
4243
],
4344
extras_require={

0 commit comments

Comments
 (0)