Skip to content

Commit

Permalink
Pin to pydantic 1.9.1 or later. Fixes #169.
Browse files Browse the repository at this point in the history
  • Loading branch information
jaraco committed Oct 20, 2022
1 parent a6294ee commit 6870665
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGES.rst
@@ -1,3 +1,8 @@
v6.0.2
======

* #169: Require pydantic 1.9.1 to avoid ``ValueError``.

v6.0.1
======

Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Expand Up @@ -23,7 +23,7 @@ packages = find_namespace:
include_package_data = true
python_requires = >=3.7
install_requires =
pydantic
pydantic >= 1.9.1
keywords = plural inflect participle

[options.packages.find]
Expand Down

0 comments on commit 6870665

Please sign in to comment.