Skip to content

Commit

Permalink
updating history for patch release based on new core changes
Browse files Browse the repository at this point in the history
  • Loading branch information
sydney-runkle committed Nov 22, 2023
1 parent 365e587 commit b75cb28
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions HISTORY.md
@@ -1,12 +1,12 @@
## v2.5.2 (2023-11-19)
## v2.5.2 (2023-11-122)

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

### What's Changed

#### Packaging

* uprev `pydantic-core` to 2.14.4
* uprev `pydantic-core` to 2.14.5

#### New Features

Expand All @@ -16,6 +16,8 @@

* Fix validation of `Literal` from JSON keys when used as `dict` key by @sydney-runkle in [pydantic/pydantic-core#1075](https://github.com/pydantic/pydantic-core/pull/1075)
* Fix bug re `custom_init` on members of `Union` by @sydney-runkle in [pydantic/pydantic-core#1076](https://github.com/pydantic/pydantic-core/pull/1076)
* Fix `JsonValue` `bool` serialization by @sydney-runkle in [#8190](https://github.com/pydantic/pydantic/pull/8159)
* Fix handling of unhashable inputs with `Literal` in `Union`s by @sydney-runkle in [pydantic/pydantic-core#1089](https://github.com/pydantic/pydantic-core/pull/1089)

## v2.5.1 (2023-11-15)

Expand Down

0 comments on commit b75cb28

Please sign in to comment.