jscheffl commented on code in PR #58727:
URL: https://github.com/apache/airflow/pull/58727#discussion_r2578471591


##########
providers/ftp/pyproject.toml:
##########


Review Comment:
   You change the dependency here but FTP provider itself has no change. so I 
assume this is not needed.



##########
providers/grpc/pyproject.toml:
##########


Review Comment:
   Same here - no change in provider - then version reference does not need to 
be bumped.



##########
providers/influxdb/pyproject.toml:
##########


Review Comment:
   Same here - no change in provider - then version reference does not need to 
be bumped.



##########
providers/mysql/pyproject.toml:
##########


Review Comment:
   Same here - no change in provider - then version reference does not need to 
be bumped.



##########
providers/oracle/pyproject.toml:
##########


Review Comment:
   Same here - no change in provider - then version reference does not need to 
be bumped.



##########
providers/sendgrid/pyproject.toml:
##########


Review Comment:
   Same here - no change in provider - then version reference does not need to 
be bumped.



##########
providers/zendesk/pyproject.toml:
##########


Review Comment:
   Same here - no change in provider - then version reference does not need to 
be bumped.



##########
providers/redis/pyproject.toml:
##########


Review Comment:
   Same here - no change in provider - then version reference does not need to 
be bumped.



##########
providers/openlineage/pyproject.toml:
##########


Review Comment:
   Same here - no change in provider - then version reference does not need to 
be bumped.



##########
providers/keycloak/pyproject.toml:
##########
@@ -67,6 +68,7 @@ dev = [
     "apache-airflow",
     "apache-airflow-task-sdk",
     "apache-airflow-devel-common",
+    "apache-airflow-providers-common-compat",

Review Comment:
   The dev dependency is not needed if it is in the maindependencies
   ```suggestion
   ```



##########
providers/papermill/pyproject.toml:
##########


Review Comment:
   Same here - no change in provider - then version reference does not need to 
be bumped.



##########
providers/hashicorp/pyproject.toml:
##########


Review Comment:
   Same here - no change in provider - then version reference does not need to 
be bumped.



##########
providers/opsgenie/pyproject.toml:
##########


Review Comment:
   Same here - no change in provider - then version reference does not need to 
be bumped.



##########
providers/qdrant/pyproject.toml:
##########


Review Comment:
   Same here - no change in provider - then version reference does not need to 
be bumped.



##########
providers/pinecone/pyproject.toml:
##########


Review Comment:
   Same here - no change in provider - then version reference does not need to 
be bumped.



##########
providers/weaviate/pyproject.toml:
##########


Review Comment:
   Same here - no change in provider - then version reference does not need to 
be bumped.



##########
providers/pgvector/pyproject.toml:
##########


Review Comment:
   Same here - no change in provider - then version reference does not need to 
be bumped.



##########
providers/yandex/pyproject.toml:
##########


Review Comment:
   Same here - no change in provider - then version reference does not need to 
be bumped.



##########
providers/mongo/pyproject.toml:
##########


Review Comment:
   Same here - no change in provider - then version reference does not need to 
be bumped.



##########
providers/vertica/tests/unit/vertica/hooks/test_vertica_sql.py:
##########


Review Comment:
   Interesting... in vertica provider you have not bumped the pyproject.toml 
and get no error?



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