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 v4 #4093

Closed
wants to merge 1 commit into from
Closed

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Nov 16, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
jsonpickle ^3.0.0 -> ^4.0.0 age adoption passing confidence

Release Notes

jsonpickle/jsonpickle (jsonpickle)

v4.0.0

Compare Source

======
* Breaking Change: Python 3.7 is no longer supported.
* Breaking Change: Support for pre-0.7.0 repr-serialized objects is no
longer enabled by default. The safe option to decode() was changed from
False to True. Users can still pass safe=False to decode() in order
to enable this feature for the purposes of loading older files, but beware that
this feature relies on unsafe behavior through its use of eval(). Users are
encouraged to re-pickle old data in order to migrate away from the the unsafe loading
feature. (+514)
* The pickler no longer produces py/repr tags when pickling modules.
py/mod is used instead, as it is clearer and uses one less byte. (+514)
* The test suite no longer uses the deprecated datetime.datetime.utcnow()
function. (+539)

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 - "every weekend" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR is behind base branch, 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.

Copy link

codecov bot commented Nov 16, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 80.37%. Comparing base (30efad7) to head (2bffba5).

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #4093      +/-   ##
==========================================
- Coverage   80.89%   80.37%   -0.52%     
==========================================
  Files         309      309              
  Lines       11845    11845              
  Branches      537      537              
==========================================
- Hits         9582     9521      -61     
+ Misses       2145     2138       -7     
- Partials      118      186      +68     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@dgboss dgboss closed this Nov 17, 2024
Copy link
Contributor Author

renovate bot commented Nov 17, 2024

Renovate Ignore Notification

Because you closed this PR without merging, Renovate will ignore this update. You will not get PRs for any future 4.x releases. But if you manually upgrade to 4.x then Renovate will re-enable minor and patch updates automatically.

If you accidentally closed this PR, or if you changed your mind: rename this PR to get a fresh replacement PR.

@renovate renovate bot deleted the renovate/jsonpickle-4.x branch November 17, 2024 01:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant