This is an automated email from the ASF dual-hosted git repository.

ephraimanierobi pushed a change to branch v2-7-test
in repository https://gitbox.apache.org/repos/asf/airflow.git


    from 7463380047 Fix xcom view returning bytes as xcom value (#33202)
     new 29dbd32657 Don't ignore setups when arrowing from group (#33097)
     new 9536fad87b For now limit Pydantic to < 2.0.0 (#33235)
     new 28e88f412a Fix venv detection for Python virtualenv operator (#33223)
     new 9b387c074d Update RELEASE_NOTES.rst

The 4 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 RELEASE_NOTES.rst                                  |  23 +++-
 airflow/example_dags/example_python_operator.py    |   5 +-
 .../tutorial_taskflow_api_virtualenv.py            |   4 +-
 airflow/operators/python.py                        |  14 ++-
 airflow/utils/task_group.py                        |  14 ++-
 setup.cfg                                          |   5 +-
 tests/operators/test_python.py                     |   6 +-
 tests/utils/test_task_group.py                     | 120 ++++++++++++++++++++-
 8 files changed, 174 insertions(+), 17 deletions(-)

Reply via email to