From 8279981f4df1d0b96335d57576e8492d797d5dbd Mon Sep 17 00:00:00 2001 From: Andrew Sikowitz Date: Wed, 23 Aug 2023 07:25:51 -0400 Subject: [PATCH] build(ingest): Bump pydantic pin (#8660) --- metadata-ingestion/setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/metadata-ingestion/setup.py b/metadata-ingestion/setup.py index 954734526d7087..00600ee0055c7f 100644 --- a/metadata-ingestion/setup.py +++ b/metadata-ingestion/setup.py @@ -455,7 +455,7 @@ def get_long_description(): "mypy==1.0.0", # pydantic 1.8.2 is incompatible with mypy 0.910. # See https://github.com/samuelcolvin/pydantic/pull/3175#issuecomment-995382910. - "pydantic>=1.9.0", + "pydantic>=1.10.0", *test_api_requirements, pytest_dep, "pytest-asyncio>=0.16.0",