Skip to content

Commit 152b249

Browse files
authored
fix: Allow Protobuf 5.x (#1317)
1 parent 6d6216f commit 152b249

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
@@ -36,7 +36,7 @@
3636
"google-crc32c >= 1.0, < 2.0dev",
3737
]
3838
extras = {
39-
"protobuf": ["protobuf<5.0.0dev"],
39+
"protobuf": ["protobuf<6.0.0dev"],
4040
"tracing": [
4141
"opentelemetry-api >= 1.1.0",
4242
],

0 commit comments

Comments
 (0)