subhramit commented on code in PR #71976:
URL: https://github.com/apache/airflow/pull/71976#discussion_r3997800490
##########
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:
Sure.
Also, by any chance, are you aware why that is preferred here?
When I contribute to CNCF, for example, they usually make us aware of the
[perils of
rebasing](https://gcapes.github.io/git-course/12-rebasing/index.html#warning-the-perils-of-rebasing)
and thus I left that habit.
I will keep in mind here next time :)
--
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]