diff --git a/pyproject.toml b/pyproject.toml index d27a67c..193a1b0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -7,13 +7,13 @@ build-backend = "setuptools.build_meta" [project] name = "yandex-music-downloader" -version = "3.4.3b2" +version = "3.4.3b3" description = "Загрузчик музыки с сервиса Яндекс.Музыка" requires-python = ">=3.9" readme = "README.md" dependencies = [ - "yandex-music @ https://github.com/MarshalX/yandex-music-api/archive/15fc42bdda0e00d6eb637cfe7e41016c57d61f47.zip", - "mutagen", + "yandex-music @ https://github.com/llistochek/yandex-music-api/archive/9623fbca7704f47766614efe51d66c9fd496714c.zip", + "mutagen>=1.47.0", "StrEnum" ]