Skip to content

Commit

Permalink
Pin pydantic version to 1.6.1 (see #578)
Browse files Browse the repository at this point in the history
  • Loading branch information
ml-evs committed Oct 30, 2020
1 parent 14af895 commit 2212107
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@
install_requires=[
"lark-parser~=0.10.1",
"fastapi~=0.61.1",
"pydantic~=1.6",
"pydantic~=1.6.1",
"email_validator~=1.1",
"requests~=2.24",
'typing-extensions~=3.7;python_version<"3.8"',
Expand Down

0 comments on commit 2212107

Please sign in to comment.