Skip to content

Commit

Permalink
Merge pull request #37 from p2p-ld/bump-pydantic
Browse files Browse the repository at this point in the history
Bump minimum pydantic version to 2.7
  • Loading branch information
sneakers-the-rat authored Dec 4, 2024
2 parents 66ab444 + 63947e9 commit dc547c4
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions docs/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,11 @@

### 1.6.*

#### 1.6.5 - 24-12-04 - Bump Pydantic Minimum

**Bugfix**
- [#36](https://github.com/p2p-ld/numpydantic/issues/36), [#37](https://github.com/p2p-ld/numpydantic/pull/37) - [@gerhardadler](https://github.com/gerhardadler) identifies that serialization context was only introduced in pydantic 2.7, minimum pydantic version has been updated accordingly

#### 1.6.4 - 24-10-11 - Combinatoric Testing

PR: https://github.com/p2p-ld/numpydantic/pull/31
Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
[project]
name = "numpydantic"
version = "1.6.4"
version = "1.6.5"
description = "Type and shape validation and serialization for arbitrary array types in pydantic models"
authors = [
{name = "sneakers-the-rat", email = "[email protected]"},
]
dependencies = [
"pydantic>=2.3.0",
"pydantic>=2.7.0",
"numpy>=1.24.0",
"typing-extensions>=4.11.0;python_version<'3.11'"
]
Expand Down

0 comments on commit dc547c4

Please sign in to comment.