Skip to content

Commit

Permalink
fix(airflow/build): Pinning mypy (#10972)
Browse files Browse the repository at this point in the history
  • Loading branch information
treff7es authored Jul 23, 2024
1 parent c5dae74 commit 123e84c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion metadata-ingestion-modules/airflow-plugin/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ def get_long_description():
"flake8>=3.8.3",
"flake8-tidy-imports>=4.3.0",
"isort>=5.7.0",
"mypy>=1.4.0",
"mypy==1.10.1",
# pydantic 1.8.2 is incompatible with mypy 0.910.
# See https://github.com/samuelcolvin/pydantic/pull/3175#issuecomment-995382910.
"pydantic>=1.10",
Expand Down

0 comments on commit 123e84c

Please sign in to comment.