35 Commits (e67d8517b22dbb4836e792c54a6169157f2ebc24)

Author SHA1 Message Date
JONEMI21 e67d8517b2 move regenerate up 6 months ago
pre-commit-ci-lite[bot] f23c4b80b3
🎨 Auto format 6 months ago
JONEMI21 b53a31040e no cover pydantic lower than 2.6 6 months ago
pre-commit-ci-lite[bot] 5de72bea74
🎨 Auto format 6 months ago
JONEMI21 c543be18f0 linting 6 months ago
Sebastián Ramírez e300630551
Drop support for `pydantic.v1` (#14609) 7 months ago
pre-commit-ci-lite[bot] 1445fad42f
🎨 Auto format 7 months ago
Sebastián Ramírez e2cd8a4201
Drop support for Pydantic v1, keeping short temporary support for Pydantic v2's `pydantic.v1` (#14575) 7 months ago
Sebastián Ramírez 1c4fc96c91
♻️ Upgrade internal syntax to Python 3.9+ 🎉 (#14564) 7 months ago
Motov Yurii d86c47477e
🐛 Fix parameter aliases (#14371) 7 months ago
Sebastián Ramírez c0556ac3a5
🐛 Fix support for tagged union with discriminator inside of `Annotated` with `Body()` (#14512) 7 months ago
Sebastián Ramírez 42b250d14d
🐛 Fix handling arbitrary types when using `arbitrary_types_allowed=True` (#14482) 7 months ago
Motov Yurii 812a1926f0
🐛 Fix `separate_input_output_schemas=False` with `computed_field` (#14453) 7 months ago
Victorien 80d69ae0bb
🐛 Fix optional sequence handling with new union syntax from Python 3.10 (#14430) 7 months ago
Vincent Grafé f95a174288
🐛 Fix OpenAPI schema support for computed fields when using `separate_input_output_schemas=False` (#13207) 7 months ago
Motov Yurii 0f613d9051
🐛 Fix optional sequence handling in `serialize sequence value` with Pydantic V2 (#14297) 7 months ago
Sofie Van Landeghem 8f99a2b734
🐛 Avoid accessing non-existing "$ref" key for Pydantic v2 compat remapping (#14361) 7 months ago
Sebastián Ramírez 5d40dfbc9b
🐛 Fix handling of JSON Schema attributes named "$ref" (#14349) 8 months ago
JONEMI21 3390ee0670 replace tuple with Tuple 8 months ago
JONEMI21 535a3ffc55 lint, fmt 8 months ago
JONEMI21 88d2ace66a ignore invalid for pydantic v1 8 months ago
JONEMI21 1121414bf2 fmt 8 months ago
JONEMI21 03d445ad5e omit by default for pydantic v2 8 months ago
JONEMI21 076a8cf3fa rm omit by default fn 8 months ago
JONEMI21 62344d272d right directions maybe 8 months ago
JONEMI21 d90b39a60a persuing 'on_error="omit"' 8 months ago
JONEMI21 1e22422ff9 WrapValidator pydanticv2 only - need different solution for v1 8 months ago
JONEMI21 1a57459eda update and remove otherwise captured query params 8 months ago
Sebastián Ramírez 6a657f360d
🐛 Fix separation of schemas with nested models introduced in 0.119.0 (#14246) 9 months ago
Sofie Van Landeghem d8c691f7f0
🐛 Fix internal Pydantic v1 compatibility (warnings) for Python 3.14 and Pydantic 2.12.1 (#14186) 9 months ago
Sebastián Ramírez d34918abf0
Add support for `from pydantic.v1 import BaseModel`, mixed Pydantic v1 and v2 models in the same app (#14168) 9 months ago