Skip to content

Commit

Permalink
regenerate e2e SDKs
Browse files Browse the repository at this point in the history
  • Loading branch information
dphuang2 committed Nov 1, 2023
1 parent 4e37fae commit 12a828f
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 12 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -27,12 +27,14 @@
long_description = (this_directory / "README.md").read_text()

REQUIRES = [
"certifi >= 2022.12.7",
"frozendict ~= 2.3.4",
"certifi >= 2023.7.22",
"python-dateutil ~= 2.8.2",
"typing_extensions ~= 4.3.0",
"urllib3 ~= 1.26.7",
"validators ~= 0.20.0",]
"urllib3 ~= 1.26.18",
"frozendict ~= 2.3.4",
"aiohttp ~= 3.8.4",
"pydantic ~= 2.4.2"
]

setup(
name=NAME,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,12 +27,14 @@
long_description = (this_directory / "README.md").read_text()

REQUIRES = [
"certifi >= 2022.12.7",
"frozendict ~= 2.3.4",
"certifi >= 2023.7.22",
"python-dateutil ~= 2.8.2",
"typing_extensions ~= 4.3.0",
"urllib3 ~= 1.26.7",
"validators ~= 0.20.0",]
"urllib3 ~= 1.26.18",
"frozendict ~= 2.3.4",
"aiohttp ~= 3.8.4",
"pydantic ~= 2.4.2"
]

setup(
name=NAME,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,12 +27,14 @@
long_description = (this_directory / "README.md").read_text()

REQUIRES = [
"certifi >= 2022.12.7",
"frozendict ~= 2.3.4",
"certifi >= 2023.7.22",
"python-dateutil ~= 2.8.2",
"typing_extensions ~= 4.3.0",
"urllib3 ~= 1.26.7",
"validators ~= 0.20.0",]
"urllib3 ~= 1.26.18",
"frozendict ~= 2.3.4",
"aiohttp ~= 3.8.4",
"pydantic ~= 2.4.2"
]

setup(
name=NAME,
Expand Down

0 comments on commit 12a828f

Please sign in to comment.