Skip to content

Commit

Permalink
build(deps): remove protobuf dep (#156)
Browse files Browse the repository at this point in the history
fixes #132
  • Loading branch information
lengau authored Jan 16, 2024
1 parent 30d525f commit b67cf49
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,7 @@ dependencies = [
"overrides>=7.0.0",
"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",
"macaroonbakery>=1.3.0,!=1.3.3",
"pydantic>=1.10,<2.0",
"pyxdg",
]
Expand Down

0 comments on commit b67cf49

Please sign in to comment.