Update dependency jsonpickle to v3.4.2 #1833
Merged
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:
3.3.0
->3.4.2
Release Notes
jsonpickle/jsonpickle (jsonpickle)
v3.4.2
Compare Source
======
* The breaking changes from v4 were inadvertedly included in v3.4.1, which has
been yanked. This release remedies this by reverting the v4 changes.
v3.4.1
Compare Source
======
* Support decoding pandas dataframes encoded with versions 3.3.0 and older. (+536)
v3.4.0
Compare Source
======
* Officially support Python 3.12 in the GitHub Actions testing matrix, and update
GHA package versions used. (+524)
* Improve reproducibility of benchmarking commands on Linux by using taskset and
adding a "HOWTO" run benchmarks section in
benchmarking/README.md
. (+526)* The
setup.cfg
packaging configuration has been replaced bypyproject.toml
. (+527)*
yaml
is now supported as a jsonpickle backend. (+528)*
OSSFuzz <https://github.com/google/oss-fuzz>
_ scripts are now available inthe
fuzzing/
directory. (+525)* Pure-python dtypes are now preserved across
encode()
/decode()
roundtripsfor the pandas extension. (#407) (+534)
* Pandas dataframe columns with an
object
dtype that contain multiple differenttypes within (e.g. a column of type
list[Union[str, int]]
) now preserve the typesupon being roundtripped. (#457) (#358) (+534)
* Fix warnings in the test suite regarding numpy.compat usage. (#533) (+535)
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), 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 was generated by Mend Renovate. View the repository job log.