Skip to content

Commit

Permalink
fix: pydantic 2.0.0 break unit tests
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 3, 2023
1 parent dbfc1d6 commit 1bf2156
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.2
pydantic[email]>1.8.1,<2.0.0
python-dotenv>=0.10.4
datamodel-code-generator[http] >= 0.11.14
python-frontmatter
Expand Down

0 comments on commit 1bf2156

Please sign in to comment.