Skip to content

Commit

Permalink
Bump proto version in pyproject as well
Browse files Browse the repository at this point in the history
  • Loading branch information
colin-sentry committed Aug 15, 2024
1 parent 5f090b0 commit 809f244
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion py/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ readme = "README.md"
license = {file = "LICENSE.md"}
requires-python = ">3.10"
dependencies = [
"protobuf>=4.25,<5",
"protobuf>=5.27.3,<6",
"grpcio>=1.59,<2",
"grpc-stubs>=1.53,<2"
]
Expand Down

0 comments on commit 809f244

Please sign in to comment.