mirror of
https://github.com/datahub-project/datahub.git
synced 2025-11-16 19:33:41 +00:00
fix(airflow/build): Pinning mypy (#10972)
This commit is contained in:
parent
c5dae7448b
commit
123e84cfed
@ -73,7 +73,7 @@ dev_requirements = {
|
|||||||
"flake8>=3.8.3",
|
"flake8>=3.8.3",
|
||||||
"flake8-tidy-imports>=4.3.0",
|
"flake8-tidy-imports>=4.3.0",
|
||||||
"isort>=5.7.0",
|
"isort>=5.7.0",
|
||||||
"mypy>=1.4.0",
|
"mypy==1.10.1",
|
||||||
# pydantic 1.8.2 is incompatible with mypy 0.910.
|
# pydantic 1.8.2 is incompatible with mypy 0.910.
|
||||||
# See https://github.com/samuelcolvin/pydantic/pull/3175#issuecomment-995382910.
|
# See https://github.com/samuelcolvin/pydantic/pull/3175#issuecomment-995382910.
|
||||||
"pydantic>=1.10",
|
"pydantic>=1.10",
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user