diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 224747e3b712..75b4a55f78d3 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -16,6 +16,13 @@ Changelog during X.509 verification to allow fields permitted by :rfc:`5280` but forbidden by the CA/Browser BRs. +.. _v43-0-1: + +43.0.1 - 2024-09-03 +~~~~~~~~~~~~~~~~~~~ + +* Updated Windows, macOS, and Linux wheels to be compiled with OpenSSL 3.3.2. + .. _v43-0-0: 43.0.0 - 2024-07-20 diff --git a/pyproject.toml b/pyproject.toml index 9be55f581af3..02689e0a55f3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -8,7 +8,7 @@ requires = [ "cffi>=1.12; platform_python_implementation != 'PyPy'", # Needed because cffi imports distutils, and in Python 3.12, distutils has # been removed from the stdlib, but installing setuptools puts it back. - "setuptools!=74.0.0,!=74.1.0", + "setuptools!=74.0.0,!=74.1.0,!=74.1.1", ] build-backend = "maturin"