Bump pydantic from 2.9.2 to 2.10.6
Bumps pydantic from 2.9.2 to 2.10.6.
Release notes
Sourced from pydantic's releases.
v2.10.6 2025-01-23
What's Changed
Fixes
- Fix JSON Schema reference collection with
'examples'keys by@Viicosin #11325- Fix url python serialization by
@sydney-runklein #11331Full Changelog: https://github.com/pydantic/pydantic/compare/v2.10.5...v2.10.6
v2.10.5 2024-12-18
What's Changed
Fixes
- Remove custom MRO implementation of Pydantic models by
@Viicosin #11184- Fix URL serialization for unions by
@sydney-runklein #11233Full Changelog: https://github.com/pydantic/pydantic/compare/v2.10.4...v2.10.5
v2.10.4 2024-12-18
What's Changed
Packaging
- Bump
pydantic-coreto v2.27.2 by@davidhewittin #11138Fixes
- Fix for comparison of
AnyUrlobjects by@alexprabhat99in #11082- Properly fetch PEP 695 type params for functions, do not fetch annotations from signature by
@Viicosin #11093- Include JSON Schema input core schema in function schemas by
@Viicosin #11085- Add
lento_BaseUrlto avoid TypeError by@Khariannein #11111- Make sure the type reference is removed from the seen references by
@Viicosin #11143New Contributors
@alexprabhat99made their first contribution in #11082@Khariannemade their first contribution in #11111Full Changelog: https://github.com/pydantic/pydantic/compare/v2.10.3...v2.10.4
v2.10.3 2024-12-03
What's Changed
Fixes
- Set fields when
defer_buildis set on Pydantic dataclasses by@Viicosin #10984- Do not resolve the JSON Schema reference for
dictcore schema keys by@Viicosin #10989- Use the globals of the function when evaluating the return type for
PlainSerializerandWrapSerializerfunctions by@Viicosin #11008
... (truncated)
Changelog
Sourced from pydantic's changelog.
v2.10.6 (2025-01-23)
What's Changed
Fixes
- Fix JSON Schema reference collection with
'examples'keys by@Viicosin #11325- Fix url python serialization by
@sydney-runklein #11331v2.10.5 (2025-01-08)
What's Changed
Fixes
- Remove custom MRO implementation of Pydantic models by
@Viicosin #11184- Fix URL serialization for unions by
@sydney-runklein #11233v2.10.4 (2024-12-18)
What's Changed
Packaging
- Bump
pydantic-coreto v2.27.2 by@davidhewittin #11138Fixes
- Fix for comparison of
AnyUrlobjects by@alexprabhat99in #11082- Properly fetch PEP 695 type params for functions, do not fetch annotations from signature by
@Viicosin #11093- Include JSON Schema input core schema in function schemas by
@Viicosin #11085- Add
lento_BaseUrlto avoid TypeError by@Khariannein #11111- Make sure the type reference is removed from the seen references by
@Viicosin #11143New Contributors
@FyZzyssmade their first contribution in #10789@tamirdmade their first contribution in #10948@felixxmmade their first contribution in #11077@alexprabhat99made their first contribution in #11082@Khariannemade their first contribution in #11111v2.10.3 (2024-12-03)
... (truncated)
Commits
df05e69Bump version to v2.10.6 (#11334)4160826Fix url python serialization (#11331)f94e842Fix JSON Schema reference collection with"examples"keys (#11325)5d34efdPrepare release v2.10.5 (#11237)6e585f9Fix url serialization for unions (#11233)5a22e02Remove custom MRO implementation of Pydantic models (#11195)5bd3a65fix history.md46f0945Prepare for v2.10.4 (#11144)ea69e69Make sure the type reference is removed from the seen references (#11145)a07c31eInclude JSON Schema input core schema in function schemas (#11142)- Additional commits viewable in compare view
You can trigger a rebase of this PR by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
-
@dependabot rebasewill rebase this PR -
@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it -
@dependabot mergewill merge this PR after your CI passes on it -
@dependabot squash and mergewill squash and merge this PR after your CI passes on it -
@dependabot cancel mergewill cancel a previously requested merge and block automerging -
@dependabot reopenwill reopen this PR if it is closed -
@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually -
@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency -
@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) -
@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) -
@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Note Automatic rebases have been disabled on this pull request as it has been open for over 30 days.
@dependabot rebase
@dependabot rebase
@dependabot recreate