Merge branch 'main' into async-deezer-python-lib
authorJonathan <jonathan@bangert.dk>
Tue, 8 Aug 2023 13:44:30 +0000 (15:44 +0200)
committerGitHub <noreply@github.com>
Tue, 8 Aug 2023 13:44:30 +0000 (15:44 +0200)
1  2 
music_assistant/server/providers/deezer/__init__.py
requirements_all.txt

index f61efc76ff5a7cf0820db3330d45614be4c1d544,fa1e93d4efef43aae7f725f4eae0e4d1516e7c9a..107e2ad0d2e572652732226baebe28b2a7430fe0
@@@ -1,9 -1,9 +1,11 @@@
  """Deezer music provider support for MusicAssistant."""
+ import datetime
  import hashlib
+ import uuid
  from asyncio import TaskGroup
  from collections.abc import AsyncGenerator
 +from dataclasses import dataclass
 +from itertools import islice
  from math import ceil
  from typing import Any
  
index b3593243336d2a39bb3dc081460d0e5124f9eae9,2576a32559207715e1418b881aaf489e33dd6205..61af2ffd9250c5be4c9d904f70409bc0b0ff54d6
@@@ -14,12 -14,12 +14,12 @@@ cryptography==41.0.
  faust-cchardet>=2.1.18
  git+https://github.com/MarvinSchenkel/pytube.git
  git+https://github.com/gieljnssns/python-radios.git@main
 +git+https://github.com/music-assistant/deezer-python-async
  ifaddr==0.2.0
- mashumaro==3.8.1
+ mashumaro==3.9
  memory-tempfile==2.2.3
  music-assistant-frontend==2.0.13
- orjson==3.9.2
+ orjson==3.9.3
  pillow==10.0.0
  plexapi==4.15.0
  PyChromecast==13.0.7