v2.13.0b2
📦 pydanticView on GitHub →
🐛 3 fixes🔧 2 symbols
Summary
This release focuses on bug fixes, including resolving an issue with the backported V1 namespace and improving flexibility in type validation via validate_as().
🐛 Bug Fixes
- Fixed backported V1 namespace.
- Allowed any type form to be used in validate_as().
- Fixed walrus operator precedence in UrlConstraints.__get_pydantic_core_schema__().