Skip to content

Commit

Permalink
[ 1.0.38 ] * Corrected various services that use float values that we…
Browse files Browse the repository at this point in the history
…re incorrectly defined as strings by the service schema.

  * Updated underlying `spotifywebapiPython` package requirement to version 1.0.71.
  • Loading branch information
thlucas1 committed Jun 27, 2024
1 parent b959f26 commit ed4ff03
Show file tree
Hide file tree
Showing 4 changed files with 63 additions and 51 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,11 @@ Change are listed in reverse chronological order (newest to oldest).

<span class="changelog">

###### [ 1.0.38 ] - 2024/06/27

* Corrected various services that use float values that were incorrectly defined as strings by the service schema.
* Updated underlying `spotifywebapiPython` package requirement to version 1.0.71.

###### [ 1.0.37 ] - 2024/06/27

* Updated underlying `spotifywebapiPython` package requirement to version 1.0.70.
Expand Down
4 changes: 2 additions & 2 deletions custom_components/spotifyplus/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@
"requests>=2.31.0",
"requests_oauthlib>=1.3.1",
"smartinspectPython>=3.0.33",
"spotifywebapiPython>=1.0.70",
"spotifywebapiPython>=1.0.71",
"urllib3>=1.21.1,<1.27",
"zeroconf>=0.132.2"
],
"version": "1.0.37",
"version": "1.0.38",
"zeroconf": [ "_spotify-connect._tcp.local." ]
}
Loading

0 comments on commit ed4ff03

Please sign in to comment.