chore(deps): update dependency cloudpickle to v3 #32
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
==2.0.0
->==3.1.0
Release Notes
cloudpipe/cloudpickle (cloudpickle)
v3.1.0
Compare Source
=====
Some improvements to make cloudpickle more deterministic when pickling
dynamic functions and classes, in particular with CPython 3.13.
(PR #524 and
PR #534)
Fix a problem with the joint usage of cloudpickle's
_whichmodule
andmultiprocessing
.(PR #529)
v3.0.0
Compare Source
=====
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)
Fix pickling of dataclasses and their instances.
(issue #386,
PR #513)
Any color you like as long as it's black.
(PR #521)
Drop
setup.py
andsetuptools
in favor ofpyproject.toml
andflit
.(PR #521)
v2.2.1
Compare Source
=====
(issue #460)
v2.2.0
Compare Source
=====
(issue #455)
v2.1.0
Compare Source
=====
Support for pickling
abc.abstractproperty
,abc.abstractclassmethod
,and
abc.abstractstaticmethod
.(PR #450)
Support for pickling subclasses of generic classes.
(PR #448)
Support and CI configuration for Python 3.11.
(PR #467)
Support for the experimental
nogil
variant of CPython(PR #470)
Configuration
📅 Schedule: Branch creation - "every weekday" in timezone UTC, Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Renovate Bot.