Skip to content

Commit 734fb56

Browse files
authored
Bump protobuf dependency (#185)
## Problem Users have requested we bump our protobuf dependency version to a more modern release for compatibility with their other dependencies. ## Solution Attempt going from 3.19.x to 3.20.x. ## Type of Change - [x] Bug fix (non-breaking change which fixes an issue): Dependency update. ## Test Plan GRPC tests should continue to run successfully.
1 parent 5972c0d commit 734fb56

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

requirements-grpc.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@ grpcio>=1.44.0
22
grpc-gateway-protoc-gen-openapiv2==0.1.0
33
googleapis-common-protos>=1.53.0
44
lz4>=3.1.3
5-
protobuf~=3.19.5
5+
protobuf~=3.20.0

0 commit comments

Comments
 (0)