Cloudpickle

Latest version: v3.1.1

Safety actively analyzes 720164 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 1 of 7

3.1.1

=====

- Various fixes to support for Python 3.14 ([PR 545](
https://github.com/cloudpipe/cloudpickle/pull/545)).

3.1.0

=====

- Some improvements to make cloudpickle more deterministic when pickling
dynamic functions and classes, in particular with CPython 3.13.
([PR 524](https://github.com/cloudpipe/cloudpickle/pull/524) and
[PR 534](https://github.com/cloudpipe/cloudpickle/pull/534))

- Fix a problem with the joint usage of cloudpickle's `_whichmodule` and
`multiprocessing`.
([PR 529](https://github.com/cloudpipe/cloudpickle/pull/529))

3.0.0

=====

- Officially support Python 3.12 and drop support for Python 3.6 and 3.7.
Dropping support for older Python versions made it possible to simplify the
code base significantly, hopefully making it easier to contribute to and
maintain the project.
([PR 517](https://github.com/cloudpipe/cloudpickle/pull/517))

- Fix pickling of dataclasses and their instances.
([issue 386](https://github.com/cloudpipe/cloudpickle/issues/386),
[PR 513](https://github.com/cloudpipe/cloudpickle/pull/513))

- Any color you like as long as it's black.
([PR 521](https://github.com/cloudpipe/cloudpickle/pull/521))

- Drop `setup.py` and `setuptools` in favor of `pyproject.toml` and `flit`.
([PR 521](https://github.com/cloudpipe/cloudpickle/pull/521))

2.2.1

=====

- Fix pickling of NamedTuple in Python 3.9+.
([issue 460](https://github.com/cloudpipe/cloudpickle/issues/460))

2.2.0

=====

- Fix support of PyPy 3.8 and later.
([issue 455](https://github.com/cloudpipe/cloudpickle/issues/455))

2.1.0

=====

- Support for pickling `abc.abstractproperty`, `abc.abstractclassmethod`,
and `abc.abstractstaticmethod`.
([PR 450](https://github.com/cloudpipe/cloudpickle/pull/450))

- Support for pickling subclasses of generic classes.
([PR 448](https://github.com/cloudpipe/cloudpickle/pull/448))

- Support and CI configuration for Python 3.11.
([PR 467](https://github.com/cloudpipe/cloudpickle/pull/467))

- Support for the experimental `nogil` variant of CPython
([PR 470](https://github.com/cloudpipe/cloudpickle/pull/470))

Page 1 of 7

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.