Skip to content

Commit

Permalink
type-protobuf version requirement
Browse files Browse the repository at this point in the history
  • Loading branch information
Benjamin Nguyen authored and Benjamin Nguyen committed Jul 16, 2024
1 parent 5ffe68c commit 069a763
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions python/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,14 +22,10 @@ keywords = [
]
dependencies = [
"typing-extensions~=4.12.2",
# https://grpc.github.io/grpc/python/
"grpcio~=1.64.1",
# https://googleapis.dev/python/protobuf/latest/
"types-protobuf==5.26.0.20240422",
"types-protobuf~=5.26.0.20240422",
"protobuf~=5.27.2",
# https://grpc-interceptor.readthedocs.io
"grpc-interceptor~=0.15.4",
# https://pyyaml.org/wiki/PyYAMLDocumentation
"PyYAML~=6.0.1",
"types-PyYAML~=6.0.12.20240311",
"pandas~=2.0.3",
Expand Down

0 comments on commit 069a763

Please sign in to comment.