From 07dc3d4ece9739257d171463b24116218c79ec4d Mon Sep 17 00:00:00 2001 From: Trent Lloyd Date: Fri, 8 Dec 2023 19:15:00 +0800 Subject: [PATCH] requirements: Avoid broken macaroonbakery release macaroonbakery 1.3.3 has a broken protobuf dependency, add a requirement to avoid that release: https://github.com/go-macaroon-bakery/py-macaroon-bakery/issues/94 --- requirements.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/requirements.txt b/requirements.txt index a6de8f2ad..d86deb3f6 100644 --- a/requirements.txt +++ b/requirements.txt @@ -35,3 +35,4 @@ requests<2.26 # pin for py3.5 support # Documentation requirements sphinx sphinxcontrib-asyncio +macaroonbakery != 1.3.3 # https://github.com/go-macaroon-bakery/py-macaroon-bakery/issues/94