chore(deps): update pylast to 6.0.0 #420
Open
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
==4.4.0->==6.0.0Release Notes
pylast/pylast (pylast)
v6.0.0Compare Source
Breaking change
Restore proxy support (#487) @itisFarzin
Multiple proxies can be set by passing a
dict, for example:{"http://": my_http_proxy, "https://": my_https_proxy}. A single proxy can be set by passing astr. This is now always saved as adictinnetwork.proxyfor both cases, whereas before it could be eitherstrordict. This could be a breaking change if you are always expecting astr.Changed
collections.namedtuplewithtyping.NamedTupleand remove unused (#485) @hugovk_unicodefunction (#484) @hugovkFixed
v5.5.0Compare Source
Added
Changed
Fixed
v5.4.0Compare Source
Added
Changed
__version__at build to avoid slowimportlib.metadata(#460) @hugovkstart=0fromrange()(#474) @hugovkv5.3.0Compare Source
Added
Changed
Fixed
v5.2.0Compare Source
Added
Changed
v5.1.0Compare Source
Added
Changed
v5.0.0Compare Source
Changed
http.clientwith HTTPX (#379) @hugovkRemoved
is_streamableandis_fulltrack_available(#388) @hugovkFixed
album.get_getmbid()returns None (#390) @hugovkv4.5.0Compare Source
Upcoming breaking changes
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-proxyingDeprecated
is_streamableandis_fulltrack_available(#384) @hugovkFixed
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Renovate Bot.