| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2026-03-27 | 1.3 kB | |
| Release 4.14.0 source code.tar.gz | 2026-03-27 | 59.8 MB | |
| Release 4.14.0 source code.zip | 2026-03-27 | 60.6 MB | |
| Totals: 3 Items | 120.4 MB | 0 | |
:rocket: Added
- Allure report integration. #2756
- Support for recording VCR, HAR, and JUnit XML reports from the
pytestplugin viaschema.config.reports. #701 after_validatehook fires after all checks run on a response, carrying a list ofCheckResultobjects.- Examples phase generates optional properties and one disjoint set per
oneOf/anyOfbranch. #2371
:bug: Fixed
format: emailfields generating values rejected byjsonschema_rsresponse validation.flatmap_*hooks raisingRuntimeErrorin negative testing mode. #3652allow-extra-parameters = falsenow also suppresses unexpected properties in request bodies.- Stateful checks (e.g.
use_after_free) not triggering when run viaschema.as_state_machine(). InvalidSchemaexceptions displayed an empty message inpytestoutput.
:wrench: Changed
- Suppress
HypothesisWarningwhen overriding built-in string formats viaschemathesis.openapi.format(). #3269