v0.7.1a1
Pre-release
Pre-release
What's Changed
- Validators - allOf for primitive types by @commonism in #223
- v3x/schema - allow combinations of allOf and oneOf by @commonism in #224
- mypy - reduce violations by @commonism in #225
- pyupgrade 3.8+ by @commonism in #226
- add validation for pattern properties by @commonism in #229
- v3x - multiple patternProperties per Model & string patterns by @commonism in #244
- errors - provide str by @commonism in #245
- Use correct order for ResponseDecodingError by @marcelteun in #248
- tests - error str by @commonism in #246
- release - prepare 0.7.0 by @commonism in #249
- pdm - set lock file strategy inherit_metadata by @commonism in #250
- model - using regex_engine python-re instead of the default rust-regex by @commonism in #255
- release - prepare 0.7.1 by @commonism in #257
New Contributors
- @marcelteun made their first contribution in #248
Full Changelog: v0.6.0...v0.7.1a1