What's Changed
- Use Pytest
tmp_path
fixture instead ofTemporaryDirectory
by @ilovelinux in #2463 - Revert default date-time behaviour to respect OpenAPI/JSON Schema specifications by @mueslo in #2442
- Avoid mixing up configurations of different objects with the same name by @ilovelinux in #2461
- Fix Pydantic
@model_validator()
usage for Pydantic 2.12 by @ilovelinux in #2472 - Run the test suite daily to check breaking changes by @gaborbernat in #2479
- Automatically infer CSV file type by @ilovelinux in #2467
- Avoid collapsing models when referencing a forwarding reference by @ilovelinux in #2465
New Contributors
Full Changelog: 0.32.0...0.33.0