Skip to content

Commit

Permalink
Prepare release 2.4.1 (#7641)
Browse files Browse the repository at this point in the history
  • Loading branch information
hramezani committed Sep 26, 2023
1 parent ad4ac44 commit 07b23ef
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
16 changes: 16 additions & 0 deletions HISTORY.md
@@ -1,3 +1,19 @@
## v2.4.1 (2023-09-26)

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

### What's Changed

#### Packaging

* Update pydantic-core to 2.10.1 by @davidhewitt in [#7633](https://github.com/pydantic/pydantic/pull/7633)

#### Fixes

* Serialize unsubstituted type vars as `Any` by @adriangb in [#7606](https://github.com/pydantic/pydantic/pull/7606)
* Remove schema building caches by @adriangb in [#7624](https://github.com/pydantic/pydantic/pull/7624)
* Fix an issue where JSON schema extras weren't JSON encoded by @dmontagu in [#7625](https://github.com/pydantic/pydantic/pull/7625)

## v2.4.0 (2023-09-22)

[GitHub release](https://github.com/pydantic/pydantic/releases/tag/v2.4.0)
Expand Down
2 changes: 1 addition & 1 deletion pydantic/version.py
Expand Up @@ -3,7 +3,7 @@

__all__ = 'VERSION', 'version_info'

VERSION = '2.4.0'
VERSION = '2.4.1'
"""The version of Pydantic."""


Expand Down

0 comments on commit 07b23ef

Please sign in to comment.