Skip to content

Commit

Permalink
force protobuf to be version be 3.20.* or less
Browse files Browse the repository at this point in the history
  • Loading branch information
RommelLayco committed Mar 27, 2024
1 parent 3deef43 commit ce413a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ dependencies = [
"httpx",
"msgspec",
"kazoo",
"protobuf",
"protobuf < 3.21",
"pydantic",
"pyyaml",
"rohmu >= 2.2.0",
Expand Down

0 comments on commit ce413a4

Please sign in to comment.