Skip to content

Commit

Permalink
fix: pydantic 2.0.0 break unit tests (#1418)
Browse files Browse the repository at this point in the history
* fix: pydantic 2.0.0 break unit tests

Signed-off-by: Lou DeGenaro <lou.degenaro@gmail.com>

* fix minimum pydantic version

Signed-off-by: Lou DeGenaro <lou.degenaro@gmail.com>

---------

Signed-off-by: Lou DeGenaro <lou.degenaro@gmail.com>
Co-authored-by: AleJo2995 <alejandro.leiva.palomo@ibm.com>
  • Loading branch information
degenaro and AleJo2995 committed Jul 5, 2023
1 parent 7b8cad0 commit 2138831
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.2,<2.0.0
python-dotenv>=0.10.4
datamodel-code-generator[http] >= 0.11.14
python-frontmatter
Expand Down

0 comments on commit 2138831

Please sign in to comment.