Skip to content

Conversation

@PartiallyUntyped
Copy link
Contributor

Fixes: #147

Description of changes:

Simplejson had a breaking change from 3.18.4 (existing) going to 3.19 where the default behaviour of the JSONEncoder changed with respect to NaN handling. We address that in a backwards compatible way by passing allow_nan=True.

Target (OCI, Managed Runtime, both): both

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

Simplejson had a breaking change from 3.18.4 (existing) going to
3.19 where the default behaviour of the JSONEncoder changed with
respect to NaN handling. We address that in a backwards compatible
way by passing allow_nan=True.
Copy link
Contributor

@alex-pewpew alex-pewpew left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm

@PartiallyUntyped PartiallyUntyped merged commit 3a7d01e into main Jun 18, 2024
@PartiallyUntyped PartiallyUntyped deleted the relax-simplejson-dep branch June 18, 2024 10:09
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.

relax requirement on exact version of simplejson

3 participants