From 593254f7905f6329bde1bcf41003043b1617167f Mon Sep 17 00:00:00 2001 From: Alex Kavanagh Date: Wed, 13 May 2020 11:52:48 +0100 Subject: [PATCH] libjuju-2.8 breaks with juju 2.7.6 and 2.8.0 - pinning This is a temporary pin until a fix is provided. --- requirements.txt | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index fa0e460..1f685cf 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,7 +1,7 @@ aiounittest async_generator boto3 -juju +juju<2.8.0 juju_wait PyYAML<=4.2,>=3.0 flake8>=2.2.4 diff --git a/setup.py b/setup.py index 6d08832..3e781da 100644 --- a/setup.py +++ b/setup.py @@ -31,7 +31,7 @@ install_require = [ 'cryptography', 'hvac<0.7.0', 'jinja2', - 'juju', + 'juju<2.8.0', 'juju-wait', 'lxml', 'PyYAML',