This is an automated email from the ASF dual-hosted git repository.
Lee-W pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/airflow.git
from 0a7967017a6 Replace AssertionError as ValueError in production code
(#72763)
add 721fb3a3f59 Add TypedDict type hints for AirflowPlugin list fields
(#69761)
No new revisions were added by this update.
Summary of changes:
.../api_fastapi/core_api/datamodels/plugins.py | 5 +-
airflow-core/src/airflow/plugins_manager.py | 26 +++++---
airflow-core/tests/unit/plugins/test_plugin.py | 18 ++++--
.../tests/unit/plugins/test_plugins_manager.py | 46 +++++++++++---
.../providers/common/ai/plugins/hitl_review.py | 9 ++-
.../edge3/plugins/edge_executor_plugin.py | 7 ++-
.../fab/tests/unit/fab/plugins/test_plugin.py | 18 ++++--
.../src/airflow_shared/plugins_manager/__init__.py | 6 ++
.../plugins_manager/plugins_manager.py | 72 +++++++++++++++++++---
9 files changed, 164 insertions(+), 43 deletions(-)