Skip to content

Commit 2d725fa

Browse files
committed
Remove sniffing for minor version
1 parent d1c0865 commit 2d725fa

1 file changed

Lines changed: 0 additions & 5 deletions

File tree

juju/client/connector.py

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -96,11 +96,6 @@ async def connect(self, **kwargs):
9696
"juju server-version %s not supported" % juju_server_version
9797
)
9898

99-
if juju_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-
10499
async def disconnect(self, entity):
105100
"""Shut down the watcher task and close websockets."""
106101
if self._connection:

0 commit comments

Comments
 (0)