Bump pydantic from 2.10.3 to 2.10.4
Bumps pydantic from 2.10.3 to 2.10.4.
Release notes
Sourced from pydantic's releases.
v2.10.4 2024-12-18
What's Changed
Packaging
- Bump
pydantic-core
to v2.27.2 by@davidhewitt
in #11138Fixes
- Fix for comparison of
AnyUrl
objects by@alexprabhat99
in #11082- Properly fetch PEP 695 type params for functions, do not fetch annotations from signature by
@Viicos
in #11093- Include JSON Schema input core schema in function schemas by
@Viicos
in #11085- Add
len
to_BaseUrl
to avoid TypeError by@Kharianne
in #11111- Make sure the type reference is removed from the seen references by
@Viicos
in #11143New Contributors
@alexprabhat99
made their first contribution in #11082@Kharianne
made their first contribution in #11111Full Changelog: https://github.com/pydantic/pydantic/compare/v2.10.3...v2.10.4
Changelog
Sourced from pydantic's changelog.
v2.10.4 (2024-12-18)
What's Changed
Packaging
- Bump
pydantic-core
to v2.27.2 by@davidhewitt
in #11138Fixes
- Fix for comparison of
AnyUrl
objects by@alexprabhat99
in #11082- Properly fetch PEP 695 type params for functions, do not fetch annotations from signature by
@Viicos
in #11093- Include JSON Schema input core schema in function schemas by
@Viicos
in #11085- Add
len
to_BaseUrl
to avoid TypeError by@Kharianne
in #11111- Make sure the type reference is removed from the seen references by
@Viicos
in #11143New Contributors
@FyZzyss
made their first contribution in #10789@tamird
made their first contribution in #10948@felixxm
made their first contribution in #11077@alexprabhat99
made their first contribution in #11082@Kharianne
made their first contribution in #11111
Commits
-
5bd3a65
fix history.md -
46f0945
Prepare for v2.10.4 (#11144) -
ea69e69
Make sure the type reference is removed from the seen references (#11145) -
a07c31e
Include JSON Schema input core schema in function schemas (#11142) -
9166d55
UpdateWithJsonSchema
documentation, add usage documentation for `json_sche... -
572f57d
Rewrite validators documentation (#11060) -
9faa8d9
Fix for comaparison of AnyUrl objects (#11082) -
6fd6a03
Fix package description limit bound (#11140) -
7814fde
Addlen
to_BaseUrl
to avoid TypeError (#11111) -
e036881
Bumppydantic-core
to 2.27.2 (#11138) - Additional commits viewable in compare view