This is an automated email from the ASF dual-hosted git repository.
husseinawala pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/airflow.git
from 9f5e76f053d Add inventory of providers using DB (#49189)
add baa1cc2d3f6 chore: use object type hint for __eq__ method (#48900)
No new revisions were added by this update.
Summary of changes:
airflow-core/src/airflow/models/asset.py | 16 ++++++++--------
airflow-core/src/airflow/ti_deps/deps/base_ti_dep.py | 4 ++--
.../src/airflow/ti_deps/deps/task_not_running_dep.py | 2 +-
.../src/airflow/ti_deps/deps/valid_state_dep.py | 6 ++++--
airflow-core/src/airflow/timetables/_cron.py | 4 ++--
airflow-core/src/airflow/timetables/interval.py | 2 +-
airflow-core/src/airflow/timetables/simple.py | 2 +-
airflow-core/src/airflow/utils/db.py | 2 +-
airflow-core/src/airflow/utils/operator_resources.py | 4 ++--
task-sdk/src/airflow/sdk/io/store.py | 18 +++++++++---------
task-sdk/tests/task_sdk/io/test_path.py | 2 +-
11 files changed, 32 insertions(+), 30 deletions(-)