kaxil commented on code in PR #50117: URL: https://github.com/apache/airflow/pull/50117#discussion_r2108815876
########## task-sdk/src/airflow/sdk/api/datamodels/_generated.py: ########## @@ -25,9 +25,9 @@ from typing import Annotated, Any, Final, Literal from uuid import UUID -from pydantic import AwareDatetime, BaseModel, ConfigDict, Field, JsonValue +from pydantic import AwareDatetime, BaseModel, ConfigDict, Field, JsonValue, RootModel -API_VERSION: Final[str] = "2025-05-20" +API_VERSION: Final[str] = "2025-05-21" Review Comment: 10 June please. planning to cut release candidate on 3 June, with an aim to release it on 10 June -- 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]
