Bump pydantic from 2.10.6 to 2.11.3
Bumps pydantic from 2.10.6 to 2.11.3.
Release notes
Sourced from pydantic's releases.
v2.11.3 2025-04-08
What's Changed
Packaging
- Update V1 copy to v1.10.21 by
@Viicosin pydantic/pydantic#11706Fixes
- Preserve field description when rebuilding model fields by
@Viicosin pydantic/pydantic#11698Full Changelog: https://github.com/pydantic/pydantic/compare/v2.11.2...v2.11.3
v2.11.2 2025-04-03
What's Changed
Fixes
- Bump
pydantic-coreto v2.33.1 by@Viicosin pydantic/pydantic#11678- Make sure
__pydantic_private__exists before setting private attributes by@Viicosin pydantic/pydantic#11666- Do not override
FieldInfo._completewhen using field from parent class by@Viicosin pydantic/pydantic#11668- Provide the available definitions when applying discriminated unions by
@Viicosin pydantic/pydantic#11670- Do not expand root type in the mypy plugin for variables by
@Viicosin pydantic/pydantic#11676- Mention the attribute name in model fields deprecation message by
@Viicosin pydantic/pydantic#11674- Properly validate parameterized mappings by
@Viicosin pydantic/pydantic#11658- Prepare release v2.11.2 by
@Viicosin pydantic/pydantic#11684Full Changelog: https://github.com/pydantic/pydantic/compare/v2.11.1...v2.11.2
v2.11.1 2025-03-28
What's Changed
Fixes
- Do not override
'definitions-ref'schemas containing serialization schemas or metadata by@Viicosin pydantic/pydantic#11644Full Changelog: https://github.com/pydantic/pydantic/compare/v2.11.0...v2.11.1
v2.11.0 2025-03-27
What's Changed
Packaging
- Re-enable memray related tests on Python 3.12+ by
@Viicosin pydantic/pydantic#11191- Bump astral-sh/setup-uv from 4 to 5 by
@dependabotin pydantic/pydantic#11205- Add a
check_pydantic_core_version()function by@Viicosin pydantic/pydantic#11324- Remove
greenletdevelopment dependency by@Viicosin pydantic/pydantic#11351- Bump ruff from 0.9.2 to 0.9.5 by
@Viicosin pydantic/pydantic#11407
... (truncated)
Changelog
Sourced from pydantic's changelog.
v2.11.3 (2025-04-08)
What's Changed
Packaging
Fixes
v2.11.2 (2025-04-03)
What's Changed
Fixes
- Bump
pydantic-coreto v2.33.1 by@Viicosin #11678- Make sure
__pydantic_private__exists before setting private attributes by@Viicosin #11666- Do not override
FieldInfo._completewhen using field from parent class by@Viicosin #11668- Provide the available definitions when applying discriminated unions by
@Viicosin #11670- Do not expand root type in the mypy plugin for variables by
@Viicosin #11676- Mention the attribute name in model fields deprecation message by
@Viicosin #11674- Properly validate parameterized mappings by
@Viicosin #11658v2.11.1 (2025-03-28)
What's Changed
Fixes
- Do not override
'definitions-ref'schemas containing serialization schemas or metadata by@Viicosin #11644v2.11.0 (2025-03-27)
What's Changed
Pydantic v2.11 is a version strongly focused on build time performance of Pydantic models (and core schema generation in general). See the blog post for more details.
Packaging
... (truncated)
Commits
876bf76Prepare release v2.11.3 (#11716)4a8c929Fix code annotation in@computed_fielddocumentation (#11693)a8b8b5fFix source locations in documentation for external packages (#11710)f14b7daPreserve field description when rebuilding model fields (#11698)04fd639Update V1 copy to v1.10.21 (#11706)bd1f8cfPrepare release v2.11.2 (#11684)f70f291Add integration documentation for llms.txt (#11677)34095c7Properly validate parameterized mappings (#11658)dfa6c67Mention the attribute name in model fields deprecation message (#11674)cbf4202Do not expand root type in the mypy plugin for variables (#11676)- Additional commits viewable in compare view
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually 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)
📚 Documentation preview 📚: https://swarms--815.org.readthedocs.build/en/815/
Dependency Review
✅ No vulnerabilities or license issues or OpenSSF Scorecard issues found.OpenSSF Scorecard
| Package | Version | Score | Details | ||||||||||||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| pip/pydantic | 2.11.3 | :green_circle: 7.4 | Details
|
Scanned Files
- requirements.txt
Superseded by #833.