Sourced from pydantic's releases.
v2.6.3 2024-02-27
What's Changed
Packaging
- Update
pydantic-settings
version in the docs by@hramezani
in #8906Fixes
- Fix discriminated union schema gen bug by
@sydney-runkle
in #8904Full Changelog: https://github.com/pydantic/pydantic/compare/v2.6.2...v2.6.3/
Sourced from pydantic's changelog.
v2.6.3 (2024-02-27)
What's Changed
Packaging
- Update
pydantic-settings
version in the docs by@hramezani
in #8906Fixes
- Fix discriminated union schema gen bug by
@sydney-runkle
in #8904v2.6.2 (2024-02-23)
What's Changed
Packaging
- Upgrade to
pydantic-core
2.16.3 by@sydney-runkle
in #8879Fixes
- 'YYYY-MM-DD' date string coerced to datetime shouldn't infer timezone by
@sydney-runkle
in pydantic/pydantic-core#1193v2.6.1 (2024-02-05)
What's Changed
Packaging
- Upgrade to
pydantic-core
2.16.2 by@sydney-runkle
in #8717Fixes
- Fix bug with
mypy
plugin andno_strict_optional = True
by@dmontagu
in #8666- Fix
ByteSize
errortype
change by@sydney-runkle
in #8681- Fix inheriting
Field
annotations in dataclasses by@sydney-runkle
in #8679- Fix regression in core schema generation for indirect definition references by
@dmontagu
in #8702- Fix unsupported types bug with
PlainValidator
by@sydney-runkle
in #8710- Reverting problematic fix from 2.6 release, fixing schema building bug by
@sydney-runkle
in #8718- Fix warning for tuple of wrong size in
Union
by@davidhewitt
in pydantic/pydantic-core#1174- Fix
computed_field
JSON serializerexclude_none
behavior by@sydney-runkle
in pydantic/pydantic-core#1187
... (truncated)
88451f3
prep for 2.6.3 release5c4ac09
Merge branch '2.6' of https://github.com/pydantic/pydantic
into 2.66fcee87
Fix discriminated union schema gen bug (#8904)a525a64
Update pydantic-settings docs (#8906)511d862
fixing test0a2eee8
fix number8668927
Upgrade pydantic-core
to 2.16.3 (#8879)18433ee
prep for 2.6.2, reformattingcf822bd
prep for 2.6.1 releasefa8acbb
Version bump for pydantic 2.16.2 (#8717)