Skip to content

Commit

Permalink
fix: cap pydantic < 2.0 (#190)
Browse files Browse the repository at this point in the history
* cap pydantic < 2.0

due to pydantic breaking change

* deduplicate dependency

---------

Co-authored-by: Maarten A. Breddels <[email protected]>
  • Loading branch information
lp9052 and maartenbreddels committed Jul 1, 2023
1 parent 6934ee5 commit 5c26b61
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ dependencies = [
"pillow",
"jinja2",
"MarkupSafe",
"pydantic",
"pydantic<2.0",
"click>=7.1.0",
"rich_click",
"uvicorn",
Expand Down

0 comments on commit 5c26b61

Please sign in to comment.