pin python-libjuju<3.1 to avoid unsupported version errors
the juju agent 2.9.34 is not compatible with pythonlib-juju 3.1, causing the following error:
juju.errors.JujuConnectionError: juju server-version 2.9.34 not supported
To avoid this, we have to pin to a version below 3.1.
pin python-libjuju<3.1 to avoid unsupported version errors the juju agent 2.9.34 is not compatible with pythonlib-juju 3.1, causing the following error:
juju.errors.JujuConnectionError: juju server-version 2.9.34 not supported
To avoid this, we have to pin to a version below 3.1.