Skip to content

Commit

Permalink
prepare for v1.10.4 release
Browse files Browse the repository at this point in the history
  • Loading branch information
samuelcolvin committed Dec 30, 2022
1 parent 2106f1c commit 63c683d
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 2 deletions.
6 changes: 6 additions & 0 deletions HISTORY.md
@@ -1,5 +1,11 @@
## v1.10.4 (2022-12-30)

* Change dependency to `typing-extensions>=4.2.0`, #4885 by @samuelcolvin

## v1.10.3 (2022-12-29)

**NOTE: v1.10.3 was ["yanked"](https://pypi.org/help/#yanked) from PyPI due to #4885 which is fixed in v1.10.4**

* fix parsing of custom root models, #4883 by @gou177
* fix: use dataclass proxy for frozen or empty dataclasses, #4878 by @PrettyWood
* Fix `schema` and `schema_json` on models where a model instance is a one of default values, #4781 by @Bobronium
Expand Down
1 change: 0 additions & 1 deletion changes/4885-samuelcolvin.md

This file was deleted.

4 changes: 4 additions & 0 deletions docs/blog/pydantic-v2.md
Expand Up @@ -15,6 +15,10 @@

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

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

---

I've spoken to quite a few people about pydantic V2, and mention it in passing even more.
Expand Down
2 changes: 1 addition & 1 deletion pydantic/version.py
@@ -1,6 +1,6 @@
__all__ = 'compiled', 'VERSION', 'version_info'

VERSION = '1.10.3'
VERSION = '1.10.4'

try:
import cython # type: ignore
Expand Down

0 comments on commit 63c683d

Please sign in to comment.