Sourced from multidict's releases.
6.3.2
Bug fixes
Resolved a memory leak by ensuring proper reference count decrementation -- by :user:
asvetlovand :user:bdraco.Related issues and pull requests on GitHub: #1121.
Sourced from multidict's changelog.
6.3.2
(2025-04-03)
Bug fixes
Resolved a memory leak by ensuring proper reference count decrementation -- by :user:
asvetlovand :user:bdraco.Related issues and pull requests on GitHub: :issue:
1121.
Sourced from pydantic's releases.
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
Sourced from pydantic's changelog.
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 #11658
bd1f8cf
Prepare release v2.11.2 (#11684)f70f291
Add integration documentation for llms.txt (#11677)34095c7
Properly validate parameterized mappings (#11658)dfa6c67
Mention the attribute name in model fields deprecation message (#11674)cbf4202
Do not expand root type in the mypy plugin for variables (#11676)8b0825a
Provide the available definitions when applying discriminated unions (#11670)86c5703
Do not override FieldInfo._complete when using field from
parent class (#11...da84149
Make sure __pydantic_private__ exists before setting
private attributes (#1...0cfe853
Bump pydantic-core to v2.33.1 (#11678)