This is an automated email from the ASF dual-hosted git repository.
kaxilnaik 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 d135078f42e Set the right version of Informatica provider (after
release) (#62897)
d135078f42e is described below
commit d135078f42edb2ab09a9f61aa311bc9fb4a59375
Author: Jarek Potiuk <[email protected]>
AuthorDate: Thu Mar 5 03:27:10 2026 +0100
Set the right version of Informatica provider (after release) (#62897)
---
pyproject.toml | 4 ++--
scripts/ci/prek/update_airflow_pyproject_toml.py | 1 -
2 files changed, 2 insertions(+), 3 deletions(-)
diff --git a/pyproject.toml b/pyproject.toml
index c4c320ba023..91bf374862c 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -247,7 +247,7 @@ packages = []
"apache-airflow-providers-influxdb>=2.8.0"
]
"informatica" = [
- "apache-airflow-providers-informatica>=0.1.0" # Set from
MIN_VERSION_OVERRIDE in update_airflow_pyproject_toml.py
+ "apache-airflow-providers-informatica>=0.1.1"
]
"jdbc" = [
"apache-airflow-providers-jdbc>=4.5.2"
@@ -441,7 +441,7 @@ packages = []
"apache-airflow-providers-http>=4.13.2",
"apache-airflow-providers-imap>=3.8.0",
"apache-airflow-providers-influxdb>=2.8.0",
- "apache-airflow-providers-informatica>=0.1.0", # Set from
MIN_VERSION_OVERRIDE in update_airflow_pyproject_toml.py
+ "apache-airflow-providers-informatica>=0.1.1",
"apache-airflow-providers-jdbc>=4.5.2",
"apache-airflow-providers-jenkins>=3.7.2",
"apache-airflow-providers-keycloak>=0.0.1",
diff --git a/scripts/ci/prek/update_airflow_pyproject_toml.py
b/scripts/ci/prek/update_airflow_pyproject_toml.py
index 98867a496e5..3c7a9acae57 100755
--- a/scripts/ci/prek/update_airflow_pyproject_toml.py
+++ b/scripts/ci/prek/update_airflow_pyproject_toml.py
@@ -79,7 +79,6 @@ MIN_VERSION_OVERRIDE: dict[str, Version] = {
"openlineage": parse_version("2.3.0"),
"git": parse_version("0.0.2"),
"common.messaging": parse_version("2.0.0"),
- "informatica": parse_version("0.1.0"),
}