python-swidget 1.4.0__tar.gz → 1.4.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,7 +1,8 @@
1
- Metadata-Version: 2.4
1
+ Metadata-Version: 2.1
2
2
  Name: python-swidget
3
- Version: 1.4.0
3
+ Version: 1.4.1
4
4
  Summary: Python API for Swidget smart devices
5
+ Home-page: https://github.com/swidget/python-swidget
5
6
  License: GPL-3.0-or-later
6
7
  Author: Swidget
7
8
  Requires-Python: >=3.8,<4.0
@@ -12,8 +13,6 @@ Classifier: Programming Language :: Python :: 3.9
12
13
  Classifier: Programming Language :: Python :: 3.10
13
14
  Classifier: Programming Language :: Python :: 3.11
14
15
  Classifier: Programming Language :: Python :: 3.12
15
- Classifier: Programming Language :: Python :: 3.13
16
- Classifier: Programming Language :: Python :: 3.14
17
16
  Provides-Extra: docs
18
17
  Requires-Dist: aiohttp (>=3.8.1)
19
18
  Requires-Dist: anyio
@@ -22,13 +21,13 @@ Requires-Dist: importlib-metadata
22
21
  Requires-Dist: m2r (>=0,<1) ; extra == "docs"
23
22
  Requires-Dist: mistune (<2.0.0) ; extra == "docs"
24
23
  Requires-Dist: pydantic (>=2,<3)
25
- Requires-Dist: requests (==2.32.5)
24
+ Requires-Dist: requests (>=2.32,<3.0)
26
25
  Requires-Dist: sphinx (>=4,<5) ; extra == "docs"
27
26
  Requires-Dist: sphinx_rtd_theme (>=0,<1) ; extra == "docs"
28
27
  Requires-Dist: sphinxcontrib-programoutput (>=0,<1) ; extra == "docs"
29
28
  Requires-Dist: ssdp (==1.1.1)
30
29
  Requires-Dist: types-requests (>=2.32.0,<3.0.0)
31
- Requires-Dist: urllib3 (==2.5.0)
30
+ Requires-Dist: urllib3 (>=2.0,<3.0)
32
31
  Project-URL: Repository, https://github.com/swidget/python-swidget
33
32
  Description-Content-Type: text/markdown
34
33
 
@@ -1,6 +1,6 @@
1
1
  [tool.poetry]
2
2
  name = "python-swidget"
3
- version = "1.4.0"
3
+ version = "1.4.1"
4
4
  description = "Python API for Swidget smart devices"
5
5
  license = "GPL-3.0-or-later"
6
6
  authors = ["Swidget"]
@@ -22,9 +22,9 @@ importlib-metadata = "*"
22
22
  asyncclick = ">=8"
23
23
  pydantic = "^2"
24
24
  ssdp = "1.1.1"
25
- requests = "2.32.5"
25
+ requests = "^2.32"
26
26
  types-requests = "^2.32.0"
27
- urllib3 = '2.5.0'
27
+ urllib3 = "^2.0"
28
28
 
29
29
  # required only for docs
30
30
  sphinx = { version = "^4", optional = true }
File without changes