subhramit commented on code in PR #71976:
URL: https://github.com/apache/airflow/pull/71976#discussion_r3997764675
##########
providers/influxdb/pyproject.toml:
##########
@@ -61,8 +61,11 @@ requires-python = ">=3.10"
dependencies = [
"apache-airflow>=2.11.0",
"apache-airflow-providers-common-compat>=1.8.0",
+ 'pandas>=2.1.2; python_version <"3.13"',
+ 'pandas>=2.2.3; python_version >="3.13" and python_version <"3.14"',
+ 'pandas>=2.3.3; python_version >="3.14"',
Review Comment:
First of all, thanks a lot for giving your time in reviwing this.
Yes, I have taken the optional suggestion from
https://github.com/apache/airflow/pull/71976#pullrequestreview-5165931272,
reason being
https://github.com/apache/airflow/pull/71976#issuecomment-5618944303
You're right that the guard was redundant so removed it
--
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]