diff --git a/packages/@jsii/python-runtime/pyproject.toml b/packages/@jsii/python-runtime/pyproject.toml index 0634401560..033ef95f9b 100644 --- a/packages/@jsii/python-runtime/pyproject.toml +++ b/packages/@jsii/python-runtime/pyproject.toml @@ -1,5 +1,5 @@ [build-system] -requires = ["setuptools~=80.3", "wheel~=0.45"] +requires = ["setuptools~=62.2", "wheel~=0.37"] build-backend = 'setuptools.build_meta' [tool.black] diff --git a/packages/@jsii/python-runtime/requirements.txt b/packages/@jsii/python-runtime/requirements.txt index a4191a23df..2680097761 100644 --- a/packages/@jsii/python-runtime/requirements.txt +++ b/packages/@jsii/python-runtime/requirements.txt @@ -3,7 +3,7 @@ mypy==1.15.0 pip~=25.1 pytest~=8.3 pytest-mypy~=1.0 -setuptools~=80.3 +setuptools~=75.3.2 types-python-dateutil~=2.9 wheel~=0.45