The GitHub Actions job "Tests" on airflow.git has succeeded.
Run started by GitHub user potiuk (triggered by potiuk).

Head commit for run:
ce9f60efbfe65cdb2f8b391b62a484b9ad5be073 / Jarek Potiuk <[email protected]>
Workaround Pydantic 2.10.0/2.10.1 for compatibility tests

Our compatibility tests started to fail after Pydantic 2.10.0/2.10.1
have been released due to change in the way they are handling base
classes for Pydantic classes and their protected members, when
the base class uses PEP 563 ('from __future__ import annotations`)
on Python 3.8 / 3.9.

This is tracked in https://github.com/pydantic/pydantic/issues/10958
and hopefully will be solved by adding eval-type-backport as
required Pydantic 2.10.2+ dependency, but until it is released,
manually installing `eval-type-backport` in compatibility tests
should workaround the failing canary tests.

Report URL: https://github.com/apache/airflow/actions/runs/11991451550

With regards,
GitHub Actions via GitBox


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to