Skip to content

Commit 1ec8c6a

Browse files
committed
Prepare release v2.13.3
1 parent fb4f204 commit 1ec8c6a

6 files changed

Lines changed: 17 additions & 7 deletions

File tree

CITATION.cff

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,5 +44,5 @@ keywords:
4444
- hints
4545
- typing
4646
license: MIT
47-
version: v2.13.2
48-
date-released: 2026-04-17
47+
version: v2.13.3
48+
date-released: 2026-04-20

HISTORY.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,16 @@
22
<!-- markdownlint-disable descriptive-link-text -->
33
<!-- markdownlint-disable-next-line first-line-heading -->
44

5+
## v2.13.3 (2026-04-20)
6+
7+
[GitHub release](https://github.com/pydantic/pydantic/releases/tag/v2.13.3)
8+
9+
### What's Changed
10+
11+
#### Fixes
12+
13+
* Handle `AttributeError` subclasses with `from_attributes` by @Viicos in [#13096](https://github.com/pydantic/pydantic/pull/13096)
14+
515
## v2.13.2 (2026-04-17)
616

717
[GitHub release](https://github.com/pydantic/pydantic/releases/tag/v2.13.2)

pydantic-core/Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pydantic-core/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "pydantic-core"
3-
version = "2.46.2"
3+
version = "2.46.3"
44
edition = "2024"
55
license = "MIT"
66
homepage = "https://github.com/pydantic/pydantic"

pydantic/version.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
__all__ = 'VERSION', 'version_info'
1010

11-
VERSION = '2.13.2'
11+
VERSION = '2.13.3'
1212
"""The version of Pydantic.
1313
1414
This version specifier is guaranteed to be compliant with the [specification],
@@ -19,7 +19,7 @@
1919
"""
2020

2121
# Keep this in sync with the version constraint in the `pyproject.toml` dependencies:
22-
_COMPATIBLE_PYDANTIC_CORE_VERSION = '2.46.2'
22+
_COMPATIBLE_PYDANTIC_CORE_VERSION = '2.46.3'
2323

2424

2525
def version_short() -> str:

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ dependencies = [
4747
'typing-extensions>=4.14.1',
4848
'annotated-types>=0.6.0',
4949
# Keep this in sync with the version in the `check_pydantic_core_version()` function:
50-
'pydantic-core==2.46.2',
50+
'pydantic-core==2.46.3',
5151
'typing-inspection>=0.4.2',
5252
]
5353
dynamic = ['version', 'readme']

0 commit comments

Comments
 (0)