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 07b5b7f72c2 Bump packaging>=25.0 (#53073)
     add d8a3ad24df5 Refactor serve_logs with FastAPI (#52581)

No new revisions were added by this update.

Summary of changes:
 airflow-core/pyproject.toml                        |   4 -
 .../{listeners => utils/serve_logs}/__init__.py    |   6 +-
 airflow-core/src/airflow/utils/serve_logs/core.py  |  65 +++++++
 .../{serve_logs.py => serve_logs/log_server.py}    | 186 +++++++++------------
 airflow-core/tests/unit/utils/test_serve_logs.py   |  35 ++--
 docs/spelling_wordlist.txt                         |   1 +
 6 files changed, 159 insertions(+), 138 deletions(-)
 copy airflow-core/src/airflow/{listeners => utils/serve_logs}/__init__.py (84%)
 create mode 100644 airflow-core/src/airflow/utils/serve_logs/core.py
 rename airflow-core/src/airflow/utils/{serve_logs.py => 
serve_logs/log_server.py} (60%)

Reply via email to