python-bsblan 2.0.0__tar.gz → 2.0.1__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.3
2
2
  Name: python-bsblan
3
- Version: 2.0.0
3
+ Version: 2.0.1
4
4
  Summary: Asynchronous Python client for BSBLAN API
5
5
  License: MIT
6
6
  Keywords: bsblan,thermostat,client,api,async
@@ -20,7 +20,6 @@ Classifier: Programming Language :: Python :: 3.12
20
20
  Classifier: Programming Language :: Python :: 3.13
21
21
  Classifier: Topic :: Software Development :: Libraries :: Python Modules
22
22
  Requires-Dist: aiohttp (>=3.8.1)
23
- Requires-Dist: async-timeout (>=5.0.0,<6.0.0)
24
23
  Requires-Dist: backoff (>=2.2.1,<3.0.0)
25
24
  Requires-Dist: mashumaro (>=3.13.1,<4.0.0)
26
25
  Requires-Dist: orjson (>=3.9.10,<4.0.0)
@@ -1,6 +1,6 @@
1
1
  [tool.poetry]
2
2
  name = "python-bsblan"
3
- version = "2.0.0"
3
+ version = "2.0.1"
4
4
  description = "Asynchronous Python client for BSBLAN API"
5
5
  authors = ["Willem-Jan van Rootselaar <liudgervr@gmail.com>"]
6
6
  maintainers = ["Willem-Jan van Rootselaar <liudgervr@gmail.com>"]
@@ -31,7 +31,6 @@ aiohttp = ">=3.8.1"
31
31
  yarl = ">=1.7.2"
32
32
  packaging = ">=21.3"
33
33
  backoff = "^2.2.1"
34
- async-timeout = "^5.0.0"
35
34
  mashumaro = "^3.13.1"
36
35
  orjson = "^3.9.10"
37
36
 
File without changes