haseebmalik18 commented on PR #60543: URL: https://github.com/apache/airflow/pull/60543#issuecomment-3764313668
@jason810496 For the build issue Elad mentioned, the error shows fastavro 1.9.4 uses PyInt_AS_LONG - a Python 2 C API that doesn't exist in Python 3.13. Would bumping fastavro up to >=1.10.0 work? -- 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]
