Skip to content

[CU-86b4umhm1] Update dependency jsonpickle to v4.1.1#78

Open
dnastack-renovate[bot] wants to merge 1 commit into
mainfrom
renovate/jsonpickle-4.x
Open

[CU-86b4umhm1] Update dependency jsonpickle to v4.1.1#78
dnastack-renovate[bot] wants to merge 1 commit into
mainfrom
renovate/jsonpickle-4.x

Conversation

@dnastack-renovate
Copy link
Copy Markdown

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
jsonpickle ==4.0.0==4.1.1 age adoption passing confidence

Release Notes

jsonpickle/jsonpickle (jsonpickle)

v4.1.1

Compare Source

======
* Maintenance release to omit upcoming breaking changes.
* An error in the jsonpickle pandas extension when decoding objects that were encoded
before jsonpickle v3.4.0 was fixed, and warnings were added. (+562)
* Added jsonpickle.ext.yaml for forwards-compatibility, but the yaml module
continues to be registered by default. v5.0.0 will no longer register
jsonpickle.ext.yaml by default.

v4.1.0

Compare Source

======
* Deprecation warnings were added to certain simple functions in jsonpickle/util.py.
These functions will be removed in 5.0.0 to ease the transition into typing everything.
* The test_multindex_dataframe_roundtrip test in the pandas extension had been failing
on 32-bit architectures in Debian's test suite. This has been resolved. (+560)

v4.0.5

Compare Source

======
* pyproject.toml was updated to include the project.license.text field so
that pypi continues to list our license.

v4.0.4

Compare Source

======
* pyproject.toml was updated to avoid specifying the license file.
This avoids breaking older setuptools versions while also avoiding
the deprecated tool.setuptools.license-files field.
setuptools will find our LICENSE file automatically,
so there is no need to specify it.
(#​558)

v4.0.3

Compare Source

======
* Documentation warnings from furo have been fixed.
* Numpy datetime64 objects with nanosecond precision are now supported.
(+556) (#​555)

v4.0.2

Compare Source

======
* The unpickler is now more resilient to malformed "py/id" and "py/repr" data.
(+546)
* The unpickler is now more resilient to invalid "py/b85" and "py/b64" data.
(+547)
* The unpickler's support for read-only str attributes was improved.
(+548) (#​478)

v4.0.1

Compare Source

======
* The unpickler is now more resilient to malformed "py/reduce", "py/set",
"py/tuple", "py/b64", "py/b85", and "py/iterator" input data. (+544) (+545)
* The test suite was updated to leverage more pytest features.
* The jsonpickle.compat module is no longer used. It is still provided
for backwards compatibility but it may be removed in a future version.


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 has been generated by Renovate Bot.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

0 participants