ashb opened a new pull request, #57748:
URL: https://github.com/apache/airflow/pull/57748
On [3.1.1], we have this:
```python
bundle = VersionBundle(
HeadVersion(),
Version("2025-10-27", MakeDagRunConfNullable),
Version("2025-09-23", AddDagVersionIdField),
```
This fixes up MakeDagRunConfNullable to be the same as it was in the previous
release, and updates AddTriggeringUserNameField to be the new date.
This is already correct on main due to commit 24a0e261
[3.1.1]:
https://github.com/apache/airflow/blob/3.1.1/airflow-core/src/airflow/api_fastapi/execution_api/versions/__init__.py
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]