keithrozario / Klayers

Python Packages as AWS Lambda Layers
Other
2.14k stars 309 forks source link

Update fastjsonschema to 2.17.1 #330

Closed pyup-bot closed 1 year ago

pyup-bot commented 1 year ago

This PR updates fastjsonschema from 2.15.2 to 2.17.1.

Changelog ### 2.17.1 ``` * Fixed tests in sdist ``` ### 2.17.0 ``` * Added support for Decimals * Added tests in sdist ``` ### 2.16.3 ``` * Fix variable name resolving with references ``` ### 2.16.2 ``` * Fix compile to code tests to run them on any platform ``` ### 2.16.1 ``` * Fix uniqueItems when explicitly set to False ``` ### 2.16.0 ``` * Fix generating invalid code for some schemas using items * Preserving full path in combination with $ref * Improved error messages for oneOf and anyOf ``` ### 2.15.3 ``` * Fix swapping handlers * Fix tests * Readable regexps in generated code ```
Links - PyPI: https://pypi.org/project/fastjsonschema - Changelog: https://pyup.io/changelogs/fastjsonschema/ - Repo: https://github.com/horejsek/python-fastjsonschema