jscheffl commented on code in PR #60732:
URL: https://github.com/apache/airflow/pull/60732#discussion_r2703314670
##########
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:
You are right, I should have not lost the previous pinning for all Python
versions <3.13. It was mainly added becasuse Python 3.13 needs at least 1.10.
But the other should not be replaced.
Might be by accident so far not detected as the optional dependency is not
used in CI and only picked if manually selected to install.
Will raise a corrective PR later today
--
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]