Skip to content

Commit

Permalink
Revert pedantic version change and configure for pydantic v1.
Browse files Browse the repository at this point in the history
  • Loading branch information
Liraim committed Oct 18, 2024
1 parent cda9ef2 commit a42093e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements.min.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ nltk==3.6.7
scipy==1.10.0
requests==2.32.0
PyYAML==5.4
pydantic==2.2.1
pydantic==1.10.13
litestar==2.8.3
typing-inspect==0.9.0
uvicorn==0.22.0
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ python_version = 3.8
disable_error_code = misc
namespace_packages = true
no_implicit_optional = False
plugins = pydantic.mypy,pydantic.v1.mypy,numpy.typing.mypy_plugin
plugins = pydantic.mypy,numpy.typing.mypy_plugin

[mypy-nltk.*]
ignore_missing_imports = True
Expand Down

0 comments on commit a42093e

Please sign in to comment.