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

ash pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/airflow.git


    from 7737ece0af3 Add `select_from` to the min serialize check query (#48572)
     add 4418c72e9a0 Issue refreshed Execution API JWT to tasks if their 
current token is expiring (#48597)

No new revisions were added by this update.

Summary of changes:
 .../src/airflow/api_fastapi/auth/tokens.py         |  2 +-
 .../src/airflow/api_fastapi/execution_api/app.py   | 26 +++++++-
 .../src/airflow/api_fastapi/execution_api/deps.py  | 62 +++++++++++++++++-
 .../api_fastapi/execution_api/routes/__init__.py   |  6 +-
 airflow-core/tests/unit/api_fastapi/conftest.py    | 17 +++--
 .../execution_api/versions/head/test_router.py     | 73 ++++++++++++++++++++++
 task-sdk/src/airflow/sdk/api/client.py             |  7 ++-
 task-sdk/tests/task_sdk/api/test_client.py         | 23 +++++++
 8 files changed, 198 insertions(+), 18 deletions(-)
 create mode 100644 
airflow-core/tests/unit/api_fastapi/execution_api/versions/head/test_router.py

Reply via email to