hauntsaninja commented on PR #39850:
URL: https://github.com/apache/airflow/pull/39850#issuecomment-2418782948
Try mypy 1.12 , we fixed at least one issue related to functools.partial
that should help
--
This is an automated message from the Apache Git Service.
To respond to the message,
uranusjr commented on PR #39850:
URL: https://github.com/apache/airflow/pull/39850#issuecomment-2270423843
Also
```
/usr/local/lib/python3.8/site-packages/apache_beam/typehints/schemas.py:486:
error: INTERNAL ERROR -- Please try using mypy master on GitHub:
https://mypy.readthe
uranusjr commented on PR #39850:
URL: https://github.com/apache/airflow/pull/39850#issuecomment-2270420401
The `partial` issue looks similar to
https://github.com/python/mypy/issues/17631
1.11 added special support for `partial` and that seems to break cases like
this. (Not sure what
uranusjr commented on PR #39850:
URL: https://github.com/apache/airflow/pull/39850#issuecomment-2268385501
The errore does not even make sense to me… `TaskDecoratorCollection` _is_
callable (it has `__call__` defined).
--
This is an automated message from the Apache Git Service.
To respon
dirrao commented on PR #39850:
URL: https://github.com/apache/airflow/pull/39850#issuecomment-2266571486
@potiuk
We are seeing the issue related to typecasting. Do we need this explicit
type casting?
```
airflow/models/dag.py:2760: error: "TaskDecoratorCollection" not callable
dirrao commented on PR #39850:
URL: https://github.com/apache/airflow/pull/39850#issuecomment-2263484703
@uranusjr Can you help me on the failing check?
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to
dirrao opened a new pull request, #39850:
URL: https://github.com/apache/airflow/pull/39850
mypy version bump 1.11.0
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsu
dirrao closed pull request #39850: mypy version bump 1.11.0
URL: https://github.com/apache/airflow/pull/39850
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-
dirrao commented on PR #39850:
URL: https://github.com/apache/airflow/pull/39850#issuecomment-2254873318
@uranusjr
Are we need to adjust the existing to fix failing checks? Can please check
once?
--
This is an automated message from the Apache Git Service.
To respond to the message,