🐛 Fixed
- Extracting incomplete schema-level and property-level examples when parent schema with
allOfhas its own complete example. #3268 - Coverage phase generating different negative cases for
notschemas in--mode=allvs--mode=negative.
🏎️ Performance
- Faster CLI startup by lazy-loading Hypothesis only when running tests, not during help display or schema validation.
🔧 Changed
- Colorized the help output for
schemathesisandschemathesis runto improve readability in terminals.