-
Notifications
You must be signed in to change notification settings - Fork 3
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
Issue
retryhttp 1.3.0 was released today and when used with clients along with mypy, errors are produced in mypy.
Example:
providers/edge/src/airflow/providers/edge/cli/api_client.py:66: error: Never
not callable [misc]
@retry(
^
Example failure can be found here: https://github.com/apache/airflow/actions/runs/13148605736/job/36692383263
More info:
- Limiting retryhttp to < 1.3.0 fixes it for us as done in Limiting retryhttp to not use 1.3.0 to fix CI mypy checks apache/airflow#46446
Expected action
- Kindly fix the issue so that mypy can work well with our repo and potentially other repos running into same issue
- Do reach out if you need assistance in testing
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working