gopidesupavan commented on PR #53237: URL: https://github.com/apache/airflow/pull/53237#issuecomment-3065641454
> Thanks for pointing that out! You’re absolutely right — since DagCallbackRequest is a Pydantic model, I used the model_config = {"slots": True} approach introduced in Pydantic v2, rather than manually declaring **slots**. It keeps the code cleaner and aligns with modern Pydantic practices. > > Let me know if you’d prefer the manual **slots** declaration instead — happy to update it! 😊 dont think you raised correct PR? -- 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: commits-unsubscr...@airflow.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org