diff --git a/pyproject.toml b/pyproject.toml index 0242074..8743933 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -7,7 +7,7 @@ classifiers = [ "Programming Language :: Python :: 3.12", "Programming Language :: Python :: 3.13", ] -dependencies = ["aiohttp>=3.8.6", "music_assistant_models==1.1.124", "orjson>=3.9"] +dependencies = ["aiohttp>=3.8.6", "music_assistant_models==1.1.129", "orjson>=3.9"] description = "Music Assistant Client" license = {text = "Apache-2.0"} name = "music_assistant_client"