Skip to content

Commit

Permalink
fix: Temporary fix for python-libjuju application upgrade failed (#521)
Browse files Browse the repository at this point in the history
Downgrade juju version to 3.4 as a temperary
workaround for juju/python-libjuju#1083
  • Loading branch information
jneo8 authored Aug 4, 2024
1 parent d60e511 commit 5f9959a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 5f9959a

Please sign in to comment.