Skip to content

Commit

Permalink
fix minimum pydantic version
Browse files Browse the repository at this point in the history
Signed-off-by: Lou DeGenaro <lou.degenaro@gmail.com>
  • Loading branch information
degenaro committed Jul 4, 2023
1 parent 1bf2156 commit 24002f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ install_requires =
paramiko
ruamel.yaml
furl
pydantic[email]>1.8.1,<2.0.0
pydantic[email]>=1.8.2,<2.0.0
python-dotenv>=0.10.4
datamodel-code-generator[http] >= 0.11.14
python-frontmatter
Expand Down

0 comments on commit 24002f6

Please sign in to comment.