jscheffl commented on code in PR #46891: URL: https://github.com/apache/airflow/pull/46891#discussion_r2159438482
########## providers/apache/hdfs/pyproject.toml: ########## @@ -60,7 +61,8 @@ dependencies = [ "apache-airflow>=2.10.0", 'hdfs[avro,dataframe,kerberos]>=2.5.4;python_version<"3.12"', 'hdfs[avro,dataframe,kerberos]>=2.7.3;python_version>="3.12"', - "pandas>=2.1.2,<2.2", + 'pandas>=2.1.2; python_version <"3.13"', + 'pandas>=2.2.0; python_version >="3.13"', Review Comment: Do we actually need to add this Python 3.13 specifc pinning here or will the pandas meta data not already select 2.3.0 when installing with Python 3.13? -- 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