Skip to content

Commit b0cf038

Browse files
authored
Allow greater protobuf versions to support updates in dependencies. (#52)
This unblocks downstream updates to modern grpc and opentelemetry libraries.
2 parents 1dbcd8d + 6cc53f4 commit b0cf038

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
attrs
22
cython>=3.0.0
33
numpy>=1.23.0
4-
protobuf~=4.25
4+
protobuf>=4.25
55
pyparsing

0 commit comments

Comments
 (0)