Skip to content

Commit

Permalink
chore(ingest): unpin pydantic dep (datahub-project#6909)
Browse files Browse the repository at this point in the history
  • Loading branch information
hsheth2 authored and cccs-Dustin committed Feb 1, 2023
1 parent 3f2451b commit 33710e4
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions metadata-ingestion/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,8 @@ def get_long_description():
"mypy_extensions>=0.4.3",
# Actual dependencies.
"typing-inspect",
"pydantic>=1.5.1,<1.10.3",
# pydantic 1.10.3 is incompatible with typing-extensions 4.1.1 - https://github.com/pydantic/pydantic/issues/4885
"pydantic>=1.5.1,!=1.10.3",
"mixpanel>=4.9.0",
}

Expand Down Expand Up @@ -392,7 +393,7 @@ def get_long_description():
"mypy==0.991",
# 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.9.0",
"pytest>=6.2.2",
"pytest-asyncio>=0.16.0",
"pytest-cov>=2.8.1",
Expand Down

0 comments on commit 33710e4

Please sign in to comment.