Skip to content

Commit

Permalink
Upgrade pydantic to >=1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
eterna2 committed Dec 12, 2019
1 parent c1eafc3 commit 1c47c01
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ verify_ssl = true
[packages]
boto3 = ">=1.9"
python-dateutil = "<2.8.1,>=2.1"
pydantic = ">=0.30"
pydantic = ">=1.0"
typing-extensions = "*"
python-magic = {version = "==0.4.*",markers = "sys_platform == 'linux'"}
python-magic-bin = {version = "==0.4.*",markers = "sys_platform == 'darwin' or sys_platform == 'windows'"}
Expand Down
2 changes: 1 addition & 1 deletion Pipfile.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
boto3>=1.9
joblib
pandas
pydantic>=0.30
pydantic>=1.0
python-dateutil<2.8.1,>=2.1
python-magic-bin==0.4.* ; sys_platform == 'darwin' or sys_platform == 'windows'
python-magic==0.4.* ; sys_platform == 'linux'
Expand Down

0 comments on commit 1c47c01

Please sign in to comment.