You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"juju server-version %s not supported"%juju_server_version
97
97
)
98
98
99
-
ifjuju_server_version>client_version:
100
-
log.warning(
101
-
f"This client is tested up to the version {client_version} Juju controller. Detected a Juju controller version {juju_server_version} that's higher than the {client_version}. Some functionalities that the Juju {juju_server_version} offers may not be available. Please consider upgrading to pylibjuju {juju_server_version}."
102
-
)
103
-
104
99
asyncdefdisconnect(self, entity):
105
100
"""Shut down the watcher task and close websockets."""
0 commit comments