diff --git a/pyproject.toml b/pyproject.toml index 7231022..36b44b2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -7,7 +7,7 @@ classifiers = [ "Programming Language :: Python :: 3.11", "Programming Language :: Python :: 3.12", ] -dependencies = ["aiohttp>=3.9", "music_assistant_models==1.1.2", "orjson>=3.9"] +dependencies = ["aiohttp>=3.9", "music_assistant_models==1.1.3", "orjson>=3.9"] description = "Music Assistant Client" license = {text = "Apache-2.0"} name = "music_assistant_client"