Skip to content

Commit b74c6fa

Browse files
authored
New 1.08 version requires requests>=2.32.0
1 parent a2a4e24 commit b74c6fa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
setuptools.setup(
77
name = "midea_inventor_lib",
8-
version="1.0.5",
8+
version="1.08",
99
author="Andrea Barbaresi",
1010
author_email="barban.mobile@google.com",
1111
description="Client-side Python library for EVA II PRO WiFi Smart Dehumidifier appliance by Midea/Inventor.",
@@ -26,7 +26,7 @@
2626
"Topic :: Software Development :: Libraries :: Python Modules"
2727
],
2828
install_requires=[
29-
"requests>=2.16.0",
29+
"requests>=2.32.0",
3030
"pycryptodome>=3.6.6"
3131
]
3232
)

0 commit comments

Comments
 (0)