potiuk commented on code in PR #59915:
URL: https://github.com/apache/airflow/pull/59915#discussion_r2652956574


##########
providers/exasol/pyproject.toml:
##########
@@ -65,6 +65,13 @@ dependencies = [
     'pandas>=2.2.3; python_version >="3.13"',
 ]
 
+# The optional dependencies should be modified in place in the generated file
+# Any change in the dependencies is preserved when the file is regenerated
+[project.optional-dependencies]
+sqlalchemy = [
+    "sqlalchemy>=1.4.0",

Review Comment:
   ```suggestion
       "sqlalchemy>=1.4.49",
   ```
   
   I think we should add same specification version as in airflow. This will 
make it easier to keep it in sync - we do need asyncio here, so I guess ^^ will 
be correct.



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