Skip to content

Commit 7c6123f

Browse files
authored
Remove version upper bound for protobuf dependency (#260)
1 parent 2a631d6 commit 7c6123f

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
@@ -79,7 +79,7 @@ def build_extension(self, ext):
7979
# functions dependencies
8080
extras_require["functions"] = sorted(
8181
{
82-
"protobuf>=3.6.1,<=3.20.3",
82+
"protobuf>=3.6.1",
8383
"grpcio>=1.59.3",
8484
"apache-bookkeeper-client>=4.16.1",
8585
"prometheus_client",

0 commit comments

Comments
 (0)