aws / aws-lambda-python-runtime-interface-client

Apache License 2.0
255 stars 72 forks source link

Downgrade to simplejson 3.17.2. #123

Closed briensea closed 8 months ago

briensea commented 8 months ago

Issue #, if available: N/A

Description of changes: Downgrade simplejson to 3.17.2

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.

tkdtaylor commented 8 months ago

Hi @briensea, I'm curious if the decision to pin to an older version of simplejson was driven by an issue that's not linked here? I have a dependency problem now with another package that needs v 3.17.6 which is what it was at before, is it possible to provide a range instead of pinning to an older version?