Skip to content

Commit

Permalink
fix: Allow Protobuf 5.x (#1317)
Browse files Browse the repository at this point in the history
  • Loading branch information
parthea authored Jul 8, 2024
1 parent 6d6216f commit 152b249
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"google-crc32c >= 1.0, < 2.0dev",
]
extras = {
"protobuf": ["protobuf<5.0.0dev"],
"protobuf": ["protobuf<6.0.0dev"],
"tracing": [
"opentelemetry-api >= 1.1.0",
],
Expand Down

0 comments on commit 152b249

Please sign in to comment.