-
-
Notifications
You must be signed in to change notification settings - Fork 31.8k
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
Bump pyjvcprojector to 1.0.12 to fix blocking call #123473
Conversation
Hey there @msavazzi, mind taking a look at this pull request as it has been labeled with an integration ( Code owner commandsCode owners of
|
It looks like the new exception type being raised: |
It should be caught be caught by the outer except, and re-thrown as |
Its a bit unexpected to raise another libraries' exception there but it should work as you describe. I would have raised |
Yeah that occurred to me when I was commenting on it, not sure why I didnt do that originally. Will go ahead and make the change in the lib, and deploy the next good reason to update the HA side. Thanks for looking! |
Proposed change
Fixes blocking call warning reported in #119979.
Change made in dependent library to prevent the downstream dns dependency from causing the warning.
https://github.com/SteveEasley/pyjvcprojector/releases/tag/v1.0.12
https://pypi.org/project/pyjvcprojector/#history
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: