Skip to content

Commit

Permalink
Freeze protobuf (#192)
Browse files Browse the repository at this point in the history
macaroonbakery has a broken protobuf dependency. Pin the dependency
until the fix on go-macaroon-bakery/py-macaroon-bakery#94
  • Loading branch information
gabrielcocenza authored Dec 8, 2023
1 parent 0da2fce commit e2669e1
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,9 @@ install_requires =
packaging
aioconsole
halo
# Keep protobuf < 4.0 until macaroonbakery solves its incompatibility
# https://github.com/go-macaroon-bakery/py-macaroon-bakery/issues/94
protobuf<4.0

[options.extras_require]
lint =
Expand Down

0 comments on commit e2669e1

Please sign in to comment.