Compare commits

..

No commits in common. "d44e2fe59bbee45dc6a2af2c381bb4751cbb6192" and "85cfa4b0cb820b016ca1c4c92f58bdc34aa8547d" have entirely different histories.

View File

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