Dev-iL commented on code in PR #60732:
URL: https://github.com/apache/airflow/pull/60732#discussion_r2703191481


##########
providers/databricks/pyproject.toml:
##########
@@ -97,7 +97,7 @@ dependencies = [
     "apache-airflow-providers-google>=10.24.0"
 ]
 "avro" = [
-    "fastavro>=1.9.0"
+    'fastavro>=1.10.0;python_version>="3.12"'  # Need to pin to this version 
for Python 3.13 compatibility

Review Comment:
   How come the python version is 3.12 here and 3.13 elsewhere?



-- 
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]

Reply via email to