Skip to content

Commit

Permalink
Simplify pydantic requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
adrianeboyd committed Aug 4, 2023
1 parent 4f7d5b3 commit c4f78e8
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
@@ -1,4 +1,4 @@
pydantic>=1.7.4,!=1.8,!=1.8.1,!=2.0.0,!=2.0.1,<3.0.0
pydantic>=1.7.4,!=1.8,!=1.8.1,<3.0.0
typing_extensions>=3.7.4.1,<4.5.0; python_version < "3.8"
srsly>=2.4.0,<3.0.0
# Development requirements
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ zip_safe = true
include_package_data = true
python_requires = >=3.6
install_requires =
pydantic>=1.7.4,!=1.8,!=1.8.1,!=2.0.0,!=2.0.1,<3.0.0
pydantic>=1.7.4,!=1.8,!=1.8.1,<3.0.0
typing_extensions>=3.7.4.1,<4.5.0; python_version < "3.8"
srsly>=2.4.0,<3.0.0

Expand Down

0 comments on commit c4f78e8

Please sign in to comment.