Re: [PR] mypy version bump 1.11.0 [airflow]

2024-10-17 Thread via GitHub
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,

Re: [PR] mypy version bump 1.11.0 [airflow]

2024-08-05 Thread via GitHub
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

Re: [PR] mypy version bump 1.11.0 [airflow]

2024-08-05 Thread via GitHub
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

Re: [PR] mypy version bump 1.11.0 [airflow]

2024-08-05 Thread via GitHub
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

Re: [PR] mypy version bump 1.11.0 [airflow]

2024-08-02 Thread via GitHub
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

Re: [PR] mypy version bump 1.11.0 [airflow]

2024-08-01 Thread via GitHub
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

[PR] mypy version bump 1.11.0 [airflow]

2024-07-29 Thread via GitHub
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

Re: [PR] mypy version bump 1.11.0 [airflow]

2024-07-29 Thread via GitHub
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-

Re: [PR] mypy version bump 1.11.0 [airflow]

2024-07-28 Thread via GitHub
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,