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

Apache License 2.0
263 stars 75 forks source link

Update simplejson to 3.17.5 #58

Open austinbutler opened 3 years ago

austinbutler commented 3 years ago

Description of changes:

One test currently fails when using simplejson 3.17.5. I assume this is due to the one change mentioned in the release notes.

FAILED tests/test_bootstrap.py::TestBootstrapModule::test_run_exception - TypeError: _asdict() must return a dict, not MagicMock

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.