Bump pydantic from 2.6.0 to 2.6.1
Bumps pydantic from 2.6.0 to 2.6.1.
Release notes
Sourced from pydantic's releases.
v2.6.1 2024-02-05
v2.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#1187Full Changelog: https://github.com/pydantic/pydantic/compare/v2.6.0...v2.6.1/
Commits
-
cf822bd
prep for 2.6.1 release -
fa8acbb
Version bump for pydantic 2.16.2 (#8717) -
2d812a8
Reverting problematic fix from 2.6 release, fixing schema building bug (#8718) -
8e790d5
Fix unsupported types bug with plain validator (#8710) -
aac1069
Fix regression in core schema generation for indirect definition references (... -
43327d8
Fix inheriting annotations in dataclasses (#8679) -
f3532ed
FixByteSize
errortype
change (#8681) -
50259d7
Fix bug with mypy plugin andno_strict_optional = True
(#8666) -
afd0aa8
Drop pypy-3.8 from CI (#8667) -
0b2578d
update date for 2.6 release - See full diff in compare view
Dependabot commands
You can trigger Dependabot actions by commenting on this MR
-
$dependabot recreate
will recreate this MR rewriting all the manual changes and resolving conflicts