This is an automated email from the ASF dual-hosted git repository.
potiuk pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/airflow.git
from 82abd79913 Fix some non-critical pre-commit issues (#41749)
add 3c477e1e26 Remove deprecations in airflow.models.param (#41776)
No new revisions were added by this update.
Summary of changes:
airflow/models/dagparam.py | 30 ----------------
airflow/models/param.py | 49 ++++-----------------------
newsfragments/41776.significant.rst | 5 +++
tests/models/test_param.py | 33 ++++++------------
tests/serialization/test_dag_serialization.py | 31 +++++++++--------
5 files changed, 38 insertions(+), 110 deletions(-)
delete mode 100644 airflow/models/dagparam.py
create mode 100644 newsfragments/41776.significant.rst