python-swidget 1.0.2__tar.gz → 1.0.3__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.1
2
2
  Name: python-swidget
3
- Version: 1.0.2
3
+ Version: 1.0.3
4
4
  Summary: Python API for Swidget smart devices
5
5
  Home-page: https://github.com/swidget/python-swidget
6
6
  License: GPL-3.0-or-later
@@ -26,7 +26,8 @@ Requires-Dist: sphinx (>=4,<5) ; extra == "docs"
26
26
  Requires-Dist: sphinx_rtd_theme (>=0,<1) ; extra == "docs"
27
27
  Requires-Dist: sphinxcontrib-programoutput (>=0,<1) ; extra == "docs"
28
28
  Requires-Dist: ssdp (==1.1.1)
29
- Requires-Dist: types-requests (==2.31.0.20240406)
29
+ Requires-Dist: types-requests (==2.31.0.6)
30
+ Requires-Dist: urllib3 (==1.26.5)
30
31
  Project-URL: Repository, https://github.com/swidget/python-swidget
31
32
  Description-Content-Type: text/markdown
32
33
 
@@ -1,6 +1,6 @@
1
1
  [tool.poetry]
2
2
  name = "python-swidget"
3
- version = "1.0.2"
3
+ version = "1.0.3"
4
4
  description = "Python API for Swidget smart devices"
5
5
  license = "GPL-3.0-or-later"
6
6
  authors = ["Swidget"]
@@ -23,7 +23,8 @@ asyncclick = ">=8"
23
23
  pydantic = "^1"
24
24
  ssdp = "1.1.1"
25
25
  requests = "2.31.0"
26
- types-requests = "2.31.0.20240406"
26
+ types-requests = "2.31.0.6"
27
+ urllib3 = '1.26.5'
27
28
 
28
29
  # required only for docs
29
30
  sphinx = { version = "^4", optional = true }
File without changes