Skip to content

Commit

Permalink
Pin to pydantic 1.x
Browse files Browse the repository at this point in the history
2.0 introduces lots of breaking changes
  • Loading branch information
ipmb committed Jun 30, 2023
1 parent ce89dc1 commit e45a681
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
@@ -2,6 +2,11 @@
Change Log
==========

unreleased
==========

- pin to pydantic < 2 due to breaking changes in 2.0

3.0.0 (17 January 2023)
==================

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -22,7 +22,7 @@ classifiers = [
]
dynamic = ["version"]
dependencies = [
"pydantic>=1.7"
"pydantic >= 1.7, < 2"
]

[project.optional-dependencies]

0 comments on commit e45a681

Please sign in to comment.