From 47a79eb2872f6222099e7f48b8daafe8d20aa946 Mon Sep 17 00:00:00 2001 From: Ashley James Date: Mon, 11 Dec 2023 12:34:43 +0530 Subject: [PATCH] Freeze protobuf requirement macaroonbakery has a broken protobuf dependency. Pin the dependency until the fix is present on https://github.com/go-macaroon-bakery/py-macaroon-bakery/issues/94 Similar to https://github.com/canonical/charmed-openstack-upgrader/pull/192 --- tests/functional/requirements.txt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tests/functional/requirements.txt b/tests/functional/requirements.txt index f7fed82d..051e1a35 100644 --- a/tests/functional/requirements.txt +++ b/tests/functional/requirements.txt @@ -1,2 +1,5 @@ pytest pytest-operator +# Keep protobuf < 4.0 until macaroonbakery solves its incompatibility +# https://github.com/go-macaroon-bakery/py-macaroon-bakery/issues/94 +protobuf<4.0