From 907cca0af89012b79fb4688a6249616db15b6f92 Mon Sep 17 00:00:00 2001 From: hultenvp <61835400+hultenvp@users.noreply.github.com> Date: Fri, 2 Jan 2026 15:08:32 +0100 Subject: [PATCH] Bump version to 1.3.1 and clean up dependencies Updated version number from 1.3.0 to 1.3.1 and removed unused dependencies. --- pyproject.toml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 309a0c2..a0bac09 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "hatchling.build" [project] name = "soliscloud-api" -version = "1.3.0" +version = "1.3.1" authors = [ { name="Peter van Hulten", email="peter.vanhulten@gmx.net" }, ] @@ -18,9 +18,6 @@ classifiers = [ ] dependencies = [ "pybase64", - "asyncio", - "datetime", - "typing", "aiohttp", "async_timeout", "throttler",