Skip to content

Commit

Permalink
Update pydantic to 1.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
adw0rd committed Mar 19, 2021
1 parent 5e91758 commit 8d196a7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
requests==2.25.1
PySocks==1.7.1
pydantic==1.7.3
pydantic==1.8.1
moviepy==1.0.3
pycryptodomex==3.9.9
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
requirements = [
'requests==2.25.1',
'PySocks==1.7.1',
'pydantic==1.7.3',
'pydantic==1.8.1',
'pycryptodomex==3.9.9'
]
# requirements = [
Expand All @@ -30,7 +30,7 @@

setup(
name='instagrapi',
version='1.5.6',
version='1.5.7',
author='Mikhail Andreev',
author_email='[email protected]',
license='MIT',
Expand Down

0 comments on commit 8d196a7

Please sign in to comment.