potiuk commented on code in PR #59894: URL: https://github.com/apache/airflow/pull/59894#discussion_r2651872344
########## airflow-core/src/airflow/api_fastapi/core_api/datamodels/ui/calendar.py: ########## @@ -19,8 +19,7 @@ from datetime import datetime from typing import Literal -from pydantic import BaseModel Review Comment: Should we also add a `prek` hook to forbid using pydantic BaseModel directly ? Otherwise any such change is just *for now* and it does not prevent future, similar problems -- 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]
