You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
**0.46.3 (2026-01-22)**
- Fixed ``ImportError: cannot import name '_setuptools_logging' from 'wheel'`` when
installed alongside an old version of setuptools and running the ``bdist_wheel``
command
**0.46.2 (2026-01-22)**
- Restored the ``bdist_wheel`` command for compatibility with ``setuptools`` older than
v70.1
- Importing ``wheel.bdist_wheel`` now emits a ``FutureWarning`` instead of a
``DeprecationWarning``
- Fixed ``wheel unpack`` potentially altering the permissions of files outside of the
destination tree with maliciously crafted wheels (CVE-2026-24049)
**0.46.1 (2025-04-08)**
- Temporarily restored the ``wheel.macosx_libfile`` module
**0.46.0 (2025-04-03)**
- Dropped support for Python 3.8
- Removed the ``bdist_wheel`` setuptools command implementation and entry point.
The ``wheel.bdist_wheel`` module is now just an alias to
``setuptools.command.bdist_wheel``, emitting a deprecation warning on import.
- Removed vendored ``packaging`` in favor of a run-time dependency on it
- Made the ``wheel.metadata`` module private (with a deprecation warning if it's
imported
- Made the ``wheel.cli`` package private (no deprecation warning)
- Fixed an exception when calling the ``convert`` command with an empty description
field
0 commit comments