Skip to content

Commit

Permalink
Only support pydantic<2 for now
Browse files Browse the repository at this point in the history
  • Loading branch information
jasujm committed Sep 1, 2023
1 parent 6b582c9 commit c04a3dc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ Unreleased
----------

Changed
* Specify ``pydantic<2`` in requirements, since the library doesn't yet work
with ``pydantic>=2``
* Documentation fixes

Version 0.11
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ license = {file = "LICENSE"}
readme = "README.rst"
dynamic = ["version", "description"]
dependencies = [
"pydantic>=1.8",
"pydantic>=1.8,<2",
"starlette",
"typing_extensions",
]
Expand Down

0 comments on commit c04a3dc

Please sign in to comment.