Skip to content

Commit

Permalink
set pydantic upper pin to 1.7 for now (explosion#6308)
Browse files Browse the repository at this point in the history
  • Loading branch information
svlandeg authored Oct 26, 2020
1 parent 2c98040 commit ace6ae4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ pathy
numpy>=1.15.0
requests>=2.13.0,<3.0.0
tqdm>=4.38.0,<5.0.0
pydantic>=1.5.0,<2.0.0
pydantic>=1.5.0,<1.7.0
pytokenizations
# Official Python utilities
setuptools
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ install_requires =
tqdm>=4.38.0,<5.0.0
numpy>=1.15.0
requests>=2.13.0,<3.0.0
pydantic>=1.5.0,<2.0.0
pydantic>=1.5.0,<1.7.0
pytokenizations
jinja2
# Official Python utilities
Expand Down

0 comments on commit ace6ae4

Please sign in to comment.