diff --git a/setup.cfg b/setup.cfg index c13aa50c..88d27ea6 100644 --- a/setup.cfg +++ b/setup.cfg @@ -27,7 +27,8 @@ python_requires = >=3.10 packages = find: install_requires = oslo.config - juju>=3.0,<4.0 + # A temporary workaround for bug: https://github.com/juju/python-libjuju/issues/1083 + juju>=3.0,<3.5 colorama packaging aioconsole