diff --git a/generator/konfig-integration-tests/sdks/leap-workflows-sdks/sdks/python/setup.py b/generator/konfig-integration-tests/sdks/leap-workflows-sdks/sdks/python/setup.py index bb4c633c1..8b7f0cc49 100644 --- a/generator/konfig-integration-tests/sdks/leap-workflows-sdks/sdks/python/setup.py +++ b/generator/konfig-integration-tests/sdks/leap-workflows-sdks/sdks/python/setup.py @@ -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, diff --git a/generator/konfig-integration-tests/sdks/python-pydantic-responses/python/setup.py b/generator/konfig-integration-tests/sdks/python-pydantic-responses/python/setup.py index d6c82f901..993295430 100644 --- a/generator/konfig-integration-tests/sdks/python-pydantic-responses/python/setup.py +++ b/generator/konfig-integration-tests/sdks/python-pydantic-responses/python/setup.py @@ -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, diff --git a/generator/konfig-integration-tests/sdks/python-typeddict-responses/python/setup.py b/generator/konfig-integration-tests/sdks/python-typeddict-responses/python/setup.py index e71b416ba..4e700f9fe 100644 --- a/generator/konfig-integration-tests/sdks/python-typeddict-responses/python/setup.py +++ b/generator/konfig-integration-tests/sdks/python-typeddict-responses/python/setup.py @@ -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,