Published January 31, 2022
| Version 4.5.0
Software
Open
pylast/pylast: 4.5.0
Authors/Creators
- 1. Nord Software
- 2. @kausa-ai
- 3. @ROBLOX
Description
Upcoming breaking changes
- pylast 5.0.0 will switch from
http.clientto https://www.python-httpx.org for HTTP calls (#361)enable_proxy(host, port)will have a breaking change toenable_proxy(proxy)whereproxycan be a string like"http://localhost:8030"or a dict for more advanced use cases. See: https://www.python-httpx.org/advanced/#http-proxying- Some underlying network exceptions will change
- pylast 5.0.0 will drop support for EOL Python 3.6
- Deprecate
is_streamableandis_fulltrack_available(#384) @hugovk
- Strip invalid XML characters from response (#382) @hugovk
Files
pylast/pylast-4.5.0.zip
Files
(54.6 kB)
| Name | Size | Download all |
|---|---|---|
|
md5:95b6238a26d217ffb175255583d266d2
|
54.6 kB | Preview Download |
Additional details
Related works
- Is supplement to
- https://github.com/pylast/pylast/tree/4.5.0 (URL)