Skip to content

Commit

Permalink
chore(deps): freeze protobuf (#131)
Browse files Browse the repository at this point in the history
  • Loading branch information
lengau committed Dec 7, 2023
1 parent 47e8458 commit 317166c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@ dependencies = [
"requests>=2.27.0",
"requests-toolbelt>=1.0.0",
"macaroonbakery>=1.3.0",
# Keep protobuf < 4.0 until macaroonbakery solves its incompatibility
# https://github.com/go-macaroon-bakery/py-macaroon-bakery/issues/94
"protobuf<4.0",
"pydantic>=1.10,<2.0",
"pyxdg",
]
Expand Down

0 comments on commit 317166c

Please sign in to comment.