Changing Pydantic from 1.8.2 to 1.7.4 resolves the conflict (#788)

This commit is contained in:
Ayush Shah 2021-10-16 20:28:55 +05:30 committed by GitHub
parent acbe944997
commit 0eb3e7b964
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -46,7 +46,7 @@ base_requirements = {
"typing_extensions>=3.7.4"
"mypy_extensions>=0.4.3",
"typing-inspect",
"pydantic==1.8.2",
"pydantic==1.7.4",
"pydantic[email]>=1.7.2",
"google>=3.0.0",
"google-auth>=1.33.0",