8000 prepare for v1.10.4 release · pydantic/pydantic@63c683d · GitHub
[go: up one dir, main page]

Skip to content

Commit 63c683d

Browse files
committed
prepare for v1.10.4 release
1 parent 2106f1c commit 63c683d

File tree

4 files changed

+11
-2
lines changed

4 files changed

+11
-2
lines changed

HISTORY.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
1+
## v1.10.4 (2022-12-30)
2+
3+
* Change dependency to `typing-extensions>=4.2.0`, #4885 by @samuelcolvin
4+
15
## v1.10.3 (2022-12-29)
26

7+
**NOTE: v1.10.3 was ["yanked"](https://pypi.org/help/#yanked) from PyPI due to #4885 which is fixed in v1.10.4**
8+
39
* fix parsing of custom root models, #4883 by @gou177
410
* fix: use dataclass proxy for frozen or empty dataclasses, #4878 by @PrettyWood
511
* Fix `schema` and `schema_json` on models where a model instance is a one of default values, #4781 by @Bobronium

changes/4885-samuelcolvin.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

docs/blog/pydantic-v2.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,10 @@
1515

1616
Updated late 10 Jul 2022, see [pydantic#4226](https://github.com/pydantic/pydantic/pull/4226).
1717

18+
Update 30 Dec 2022: **The new release deadline for Pydantic V2 is the end of Q1 2023**,
19+
see [pydantic#4887](https://github.com/pydantic/pydantic/issues/4887) for more details, futher updates
20+
will be posted on that issue.
21+
1822
---
1923

2024
I've spoken to quite a few people about pydantic V2, and mention it in passing even more.

pydantic/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
__all__ = 'compiled', 'VERSION', 'version_info'
22

3-
VERSION = '1.10.3'
3+
VERSION = '1.10.4'
44

55
try:
66
import cython # type: ignore

0 commit comments

Comments
 (0)
0