Skip to content

Commit ba85aab

Browse files
Update setup.py
1 parent 3cf38ea commit ba85aab

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

setup.py

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,11 +26,13 @@
2626
install_requires=[
2727
"certifi>=2024.07.04",
2828
"six>=1.10",
29-
"python-dateutil>=2.5.3",
30-
"urllib3>=1.26.19",
29+
"python-dateutil>=2.8.2",
30+
"urllib3>=1.25.3, < 3.0.0",
3131
"vistir>=0.4.0, <=0.6.1",
3232
"idna==3.7",
3333
"requests>=2.32.3",
34+
"pydantic>=2",
35+
"typing-extensions>=4.7.1",
3436
],
3537
packages=find_packages(exclude=["test", "tests", "example"]),
3638
include_package_data=True,

0 commit comments

Comments
 (0)