Skip to content
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 tidalapi from 0.7.4 to 0.7.5 #1126

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 4, 2024

Bumps tidalapi from 0.7.4 to 0.7.5.

Release notes

Sourced from tidalapi's releases.

v0.7.5

  • Fix: Use wide image when no square picture is available @​tehkillerbee
  • Feat.: Added HiRes page @​tehkillerbee
  • Feat.: Handle missing Stream fields gracefully. Get stream audio resolution (bit depth, rate) as tuple. @​tehkillerbee
  • Feat.: Added misc helper functions for audio mode, get available audio mode for media. @​tehkillerbee
  • Feat.: Added misc. fields to album. Get audio resolution for album + individual tracks. @​tehkillerbee
  • Feat.: Added MPEG-DASH to HLS stream parsing, Added MPEG-DASH stream example. @​tehkillerbee
  • Set default artist IMG if missing. Use default album IMG URI instead of direct URL. @​tehkillerbee
  • Bugfix: Make sure is_pkce state is set when pkce_login_url() is used directly. @​tehkillerbee
  • Tests: Added misc tests for ObjectNotFound @​tehkillerbee
  • Error handling: Handle TooManyRequests exceptions gracefully. @​tehkillerbee
  • Error handling: Handle ObjectNotFound exceptions gracefully. @​tehkillerbee
  • Tests: Fix misc tests broken by Tidal. @​tehkillerbee
  • Bugfix: Fix pkce token refresh. @​tehkillerbee
  • Bugfix: Load/store PKCE state from file using wrong client_id. @​tehkillerbee
  • Feat.: Improved error handling (Missing albums, missing lyrics, missing track url etc.). @​tehkillerbee
  • Bugfix: Page Recursion into Categories. @​quodrum-glas

Many thanks to @​GioF71 for feedback and testing during v0.7.5 during development.

New Contributors

Full Changelog: tamland/python-tidal@v0.7.4...v0.7.5

Changelog

Sourced from tidalapi's changelog.

v0.7.5

  • Fix: Use wide image when no square picture is available. - tehkillerbee_
  • Feat.: Added HiRes page. - tehkillerbee_
  • Feat.: Handle missing Stream fields gracefully. Get stream audio resolution (bit depth, rate) as tuple. - tehkillerbee_
  • Feat.: Added misc helper functions for audio mode, get available audio mode for media. - tehkillerbee_
  • Feat.: Added misc. fields to album. Get audio resolution for album + individual tracks. - tehkillerbee_
  • Feat.: Added MPEG-DASH to HLS stream parsing, Added MPEG-DASH stream example. - tehkillerbee_
  • Set default artist IMG if missing. Use default album IMG URI instead of direct URL. - tehkillerbee_
  • Bugfix: Make sure is_pkce state is set when pkce_login_url() is used directly. - tehkillerbee_
  • Tests: Added misc tests for ObjectNotFound - tehkillerbee_
  • Error handling: Handle TooManyRequests exceptions gracefully. - tehkillerbee_
  • Error handling: Handle ObjectNotFound exceptions gracefully. - tehkillerbee_
  • Tests: Fix misc tests broken by Tidal. - tehkillerbee_
  • Bugfix: Fix pkce token refresh. - tehkillerbee_
  • Bugfix: Load/store PKCE state from file using wrong client_id. - tehkillerbee_
  • Feat.: Improved error handling (Missing albums, missing lyrics, missing track url etc.). - tehkillerbee_
  • Bugfix: Page Recursion into Categories. - quodrum-glas_
Commits
  • 6fb5289 Update history
  • 682c476 Playlist: Use wide image when no square picture is available.
  • 4a0462d Merge pull request #242 from tamland/feature/v0.7.5-prep
  • b4157c2 Fixed misc tests: Fix default_cover test, fix lyrics test. Renamed pkce example
  • c3ede70 Make sure is_pkce state is set when pkce_login_url() is used directly
  • 7af1987 Cleanup readme
  • 1b5f970 Update dependencies
  • 4de7075 Fix: MixV2 getter return type
  • 758e3c6 Use default album IMG URI instead of direct URL
  • e794e25 Error handling: Handle TooManyRequests gracefully
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

@dependabot dependabot bot added dependencies python Pull requests that update Python code labels Mar 4, 2024
@jozefKruszynski
Copy link
Contributor

I'll try to look at this later this evening. Sorry for the delay

@dependabot dependabot bot force-pushed the dependabot/pip/tidalapi-0.7.5 branch from 5b52946 to 7bdea41 Compare March 21, 2024 00:50
@marcelveldt
Copy link
Member

@jozefKruszynski this one good to go ?

@jozefKruszynski
Copy link
Contributor

jozefKruszynski commented Mar 22, 2024

I honestly haven't had the time yet, been rebuilding my server amongst other things.

Let me quickly pull that branch and try to add the necessary fixes. I have some time on my hands just now

EDIT: Actually I have almost everything in another branch, so I'll continue there and then push that

Bumps [tidalapi](https://github.com/tamland/python-tidal) from 0.7.4 to 0.7.5.
- [Release notes](https://github.com/tamland/python-tidal/releases)
- [Changelog](https://github.com/tamland/python-tidal/blob/master/HISTORY.rst)
- [Commits](tamland/python-tidal@v0.7.4...v0.7.5)

---
updated-dependencies:
- dependency-name: tidalapi
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/pip/tidalapi-0.7.5 branch from 7bdea41 to 471fcec Compare March 23, 2024 00:39
Copy link
Contributor Author

dependabot bot commented on behalf of github Mar 24, 2024

Looks like tidalapi is up-to-date now, so this is no longer needed.

@dependabot dependabot bot closed this Mar 24, 2024
@dependabot dependabot bot deleted the dependabot/pip/tidalapi-0.7.5 branch March 24, 2024 15:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies python Pull requests that update Python code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants