-
-
Notifications
You must be signed in to change notification settings - Fork 34.2k
Bump jellyfin-apiclient-python to 1.11.0 #147658
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There is a merge conflict.
Please take a look at the requested changes, and use the Ready for review button when you are done, thanks 👍 |
Hey there @RunC0deRun, @ctalkington, mind taking a look at this pull request as it has been labeled with an integration ( Code owner commandsCode owners of
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
This pull request upgrades the jellyfin-apiclient-python dependency to version 1.11.0 in order to incorporate upstream fixes and adjustments. The key changes include:
- Bumping the dependency version in both requirements files.
- Updating the manifest.json to reflect the new dependency version.
- Adjusting the connection state check in client_wrapper.py to use the updated enum-style conversion.
Reviewed Changes
Copilot reviewed 4 out of 4 changed files in this pull request and generated no comments.
File | Description |
---|---|
requirements_test_all.txt | Updated jellyfin-apiclient-python version from 1.10.0 to 1.11.0 |
requirements_all.txt | Updated jellyfin-apiclient-python version from 1.10.0 to 1.11.0 |
homeassistant/components/jellyfin/manifest.json | Updated dependency version in the requirements list |
homeassistant/components/jellyfin/client_wrapper.py | Changed connection state checking to use enum construction for updated API usage |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks, @zweckj 👍
../Frenck
Breaking change
Proposed change
jellyfin/jellyfin-apiclient-python@v1.10.0...v1.11.0
Type of change
Additional information
Checklist
ruff format homeassistant tests
)If user exposed functionality or configuration variables are added/changed:
If the code communicates with devices, web services, or third-party tools:
Updated and included derived files by running:
python3 -m script.hassfest
.requirements_all.txt
.Updated by running
python3 -m script.gen_requirements_all
.To help with the load of incoming pull requests: