This is an automated email from the ASF dual-hosted git repository. eladkal pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/airflow.git
The following commit(s) were added to refs/heads/main by this push: new f8b1f9a0989 Bump pyexasol>=0.26.0 (#51838) f8b1f9a0989 is described below commit f8b1f9a0989bbcbe3c0be4cf07970e8e980536e5 Author: Elad Kalif <45845474+elad...@users.noreply.github.com> AuthorDate: Tue Jun 17 16:28:23 2025 +0300 Bump pyexasol>=0.26.0 (#51838) --- providers/exasol/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/providers/exasol/pyproject.toml b/providers/exasol/pyproject.toml index 5ed06674cff..69ae6d90ad2 100644 --- a/providers/exasol/pyproject.toml +++ b/providers/exasol/pyproject.toml @@ -59,7 +59,7 @@ requires-python = "~=3.9" dependencies = [ "apache-airflow>=2.10.0", "apache-airflow-providers-common-sql>=1.26.0", - "pyexasol>=0.5.1", + "pyexasol>=0.26.0", # In pandas 2.2 minimal version of the sqlalchemy is 2.0 # https://pandas.pydata.org/docs/whatsnew/v2.2.0.html#increased-minimum-versions-for-dependencies # However Airflow not fully supports it yet: https://github.com/apache/airflow/issues/28723