Fix dependencies of core.

This commit is contained in:
João Malés 2024-09-25 07:44:09 +00:00
parent 4a9019172f
commit 842bd743d7

View File

@ -9,9 +9,9 @@ description = "ThousandEyes SDK Core"
license = { file = "LICENSE" }
requires-python = ">= 3.8"
dependencies = [
"urllib3 >= 1.25.3",
"urllib3 >= 2.0.0",
"python-dateutil >=2.8.2",
"pydantic >=2",
"pydantic >=2.1.0",
"typing-extensions >=4.7.1",
]