Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update dependency jsonpickle to v3.4.2 #1833

Merged
merged 2 commits into from
Nov 8, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Nov 8, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
jsonpickle 3.3.0 -> 3.4.2 age adoption passing confidence

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 by
pyproject.toml. (+527)
* yaml is now supported as a jsonpickle backend. (+528)
* OSSFuzz <https://github.com/google/oss-fuzz>_ scripts are now available in
the fuzzing/ directory. (+525)
* Pure-python dtypes are now preserved across encode()/decode() roundtrips
for the pandas extension. (#​407) (+534)
* Pandas dataframe columns with an object dtype that contain multiple different
types within (e.g. a column of type list[Union[str, int]]) now preserve the types
upon 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.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot added dependencies Pull request that updates a dependency python Pull request that updates python code labels Nov 8, 2024
@github-actions github-actions bot added the source changes Pull request that updates generated source files label Nov 8, 2024
Copy link
Contributor Author

renovate bot commented Nov 8, 2024

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

⚠️ Warning: custom changes will be lost.

@coveralls
Copy link

Coverage Status

coverage: 44.421%. remained the same
when pulling 11ef680 on renovate/jsonpickle-3.x
into 00c9242 on development.

@h3llrais3r h3llrais3r merged commit 959770d into development Nov 8, 2024
@h3llrais3r h3llrais3r deleted the renovate/jsonpickle-3.x branch November 8, 2024 19:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull request that updates a dependency python Pull request that updates python code source changes Pull request that updates generated source files
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants