[CU-86b4umhm1] Update dependency jsonpickle to v4.1.1#78
Open
dnastack-renovate[bot] wants to merge 1 commit into
Open
[CU-86b4umhm1] Update dependency jsonpickle to v4.1.1#78dnastack-renovate[bot] wants to merge 1 commit into
dnastack-renovate[bot] wants to merge 1 commit into
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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:
==4.0.0→==4.1.1Release Notes
jsonpickle/jsonpickle (jsonpickle)
v4.1.1Compare 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.yamlfor forwards-compatibility, but theyamlmodulecontinues to be registered by default.
v5.0.0will no longer registerjsonpickle.ext.yamlby default.v4.1.0Compare 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_roundtriptest in the pandas extension had been failingon 32-bit architectures in Debian's test suite. This has been resolved. (+560)
v4.0.5Compare Source
======
*
pyproject.tomlwas updated to include theproject.license.textfield sothat pypi continues to list our license.
v4.0.4Compare Source
======
*
pyproject.tomlwas updated to avoid specifying the license file.This avoids breaking older setuptools versions while also avoiding
the deprecated
tool.setuptools.license-filesfield.setuptoolswill find ourLICENSEfile automatically,so there is no need to specify it.
(#558)
v4.0.3Compare Source
======
* Documentation warnings from
furohave been fixed.* Numpy datetime64 objects with nanosecond precision are now supported.
(+556) (#555)
v4.0.2Compare 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.1Compare 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.compatmodule is no longer used. It is still providedfor 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.
This PR has been generated by Renovate Bot.