Bump songpal to fix a regression (#28115)
The new release fixes a single regression from requests to aiohttp conversion. Some devices do not respond with the correct mimetype which was not enforced by requests but is enforced by aiohttp. Related PR https://github.com/rytilahti/python-songpal/pull/59pull/28399/head
parent
7eceedea10
commit
54481598b7
|
@ -3,7 +3,7 @@
|
|||
"name": "Songpal",
|
||||
"documentation": "https://www.home-assistant.io/integrations/songpal",
|
||||
"requirements": [
|
||||
"python-songpal==0.11.1"
|
||||
"python-songpal==0.11.2"
|
||||
],
|
||||
"dependencies": [],
|
||||
"codeowners": [
|
||||
|
|
|
@ -1564,7 +1564,7 @@ python-ripple-api==0.0.3
|
|||
python-sochain-api==0.0.2
|
||||
|
||||
# homeassistant.components.songpal
|
||||
python-songpal==0.11.1
|
||||
python-songpal==0.11.2
|
||||
|
||||
# homeassistant.components.synologydsm
|
||||
python-synology==0.2.0
|
||||
|
|
Loading…
Reference in New Issue