Skip to content

Commit

Permalink
build(ingest): Bump pydantic pin (#8660)
Browse files Browse the repository at this point in the history
  • Loading branch information
asikowitz committed Aug 23, 2023
1 parent 2e35da1 commit 8279981
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion metadata-ingestion/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 8279981

Please sign in to comment.