Bump jellyfin-apiclient-python to 1.11.0 (#147658)

This commit is contained in:
Josef Zweck 2025-06-27 11:07:14 +02:00 committed by GitHub
parent 58c434887e
commit 4a192a7b09
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
4 changed files with 4 additions and 5 deletions

View File

@ -66,8 +66,7 @@ def _connect_to_address(
) -> dict[str, Any]:
"""Connect to the Jellyfin server."""
result: dict[str, Any] = connection_manager.connect_to_address(url)
if result["State"] != CONNECTION_STATE["ServerSignIn"]:
if CONNECTION_STATE(result["State"]) != CONNECTION_STATE.ServerSignIn:
raise CannotConnect
return result

View File

@ -7,5 +7,5 @@
"integration_type": "service",
"iot_class": "local_polling",
"loggers": ["jellyfin_apiclient_python"],
"requirements": ["jellyfin-apiclient-python==1.10.0"]
"requirements": ["jellyfin-apiclient-python==1.11.0"]
}

2
requirements_all.txt generated
View File

@ -1279,7 +1279,7 @@ israel-rail-api==0.1.2
jaraco.abode==6.2.1
# homeassistant.components.jellyfin
jellyfin-apiclient-python==1.10.0
jellyfin-apiclient-python==1.11.0
# homeassistant.components.command_line
# homeassistant.components.rest

View File

@ -1107,7 +1107,7 @@ israel-rail-api==0.1.2
jaraco.abode==6.2.1
# homeassistant.components.jellyfin
jellyfin-apiclient-python==1.10.0
jellyfin-apiclient-python==1.11.0
# homeassistant.components.command_line
# homeassistant.components.rest