Skip to content

Commit

Permalink
Prepare release 2.5.1 (#8132)
Browse files Browse the repository at this point in the history
  • Loading branch information
hramezani committed Nov 15, 2023
1 parent 0a13900 commit 4982d57
Show file tree
Hide file tree
Showing 4 changed files with 22 additions and 6 deletions.
15 changes: 15 additions & 0 deletions HISTORY.md
@@ -1,3 +1,18 @@
## v2.5.1 (2023-11-15)

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

### What's Changed

#### Packaging

* uprev pydantic-core to 2.14.3 by @samuelcolvin in [#8120](https://github.com/pydantic/pydantic/pull/8120)

#### Fixes

* Fix package description limit by @dmontagu in [#8097](https://github.com/pydantic/pydantic/pull/8097)
* Fix `ValidateCallWrapper` error when creating a model which has a @validate_call wrapped field annotation by @sydney-runkle in [#8110](https://github.com/pydantic/pydantic/pull/8110)

## v2.5.0 (2023-11-13)

[GitHub release](https://github.com/pydantic/pydantic/releases/tag/v2.5.0)
Expand Down
9 changes: 5 additions & 4 deletions pdm.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pydantic/version.py
Expand Up @@ -3,7 +3,7 @@

__all__ = 'VERSION', 'version_info'

VERSION = '2.5.0'
VERSION = '2.5.1'
"""The version of Pydantic."""


Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Expand Up @@ -99,7 +99,7 @@ linting = [
testing = [
"cloudpickle",
"coverage[toml]",
"dirty-equals",
"dirty-equals==0.6.0",
"pytest",
"pytest-mock",
"pytest-pretty",
Expand Down

0 comments on commit 4982d57

Please sign in to comment.