From 0eb3e7b96484067c9217c055a820dc7c50f3f66e Mon Sep 17 00:00:00 2001 From: Ayush Shah Date: Sat, 16 Oct 2021 20:28:55 +0530 Subject: [PATCH] Changing Pydantic from 1.8.2 to 1.7.4 resolves the conflict (#788) --- ingestion/setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ingestion/setup.py b/ingestion/setup.py index b84c7e4a2e4..430f03d5354 100644 --- a/ingestion/setup.py +++ b/ingestion/setup.py @@ -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",