From b67cf496d9b5c6fe2fbd38c0c735bfb252a56f3f Mon Sep 17 00:00:00 2001 From: Alex Lowe Date: Tue, 16 Jan 2024 11:44:12 -0600 Subject: [PATCH] build(deps): remove protobuf dep (#156) fixes #132 --- pyproject.toml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 59054f2..94182db 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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", ]