This is an automated email from the ASF dual-hosted git repository.
eladkal pushed a commit to branch v3-1-test
in repository https://gitbox.apache.org/repos/asf/airflow.git
The following commit(s) were added to refs/heads/v3-1-test by this push:
new ac730eeea13 [v3-1-test] Bump version of providers (#56208) (#56251)
ac730eeea13 is described below
commit ac730eeea13e25603d78e1be140c9b9437ac362a
Author: github-actions[bot]
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Tue Sep 30 17:06:30 2025 +0300
[v3-1-test] Bump version of providers (#56208) (#56251)
(cherry picked from commit 8615b55ae33433f8014a1814d7c6f242cbb46d69)
Co-authored-by: Elad Kalif <[email protected]>
---
airflow-core/pyproject.toml | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
diff --git a/airflow-core/pyproject.toml b/airflow-core/pyproject.toml
index 469917111e4..f288a23a148 100644
--- a/airflow-core/pyproject.toml
+++ b/airflow-core/pyproject.toml
@@ -140,11 +140,11 @@ dependencies = [
"uuid6>=2024.7.10",
"apache-airflow-task-sdk<1.2.0,>=1.1.1",
# pre-installed providers
- "apache-airflow-providers-common-compat>=1.6.0",
- "apache-airflow-providers-common-io>=1.5.3",
- "apache-airflow-providers-common-sql>=1.26.0",
- "apache-airflow-providers-smtp>=2.0.2",
- "apache-airflow-providers-standard>=0.4.0",
+ "apache-airflow-providers-common-compat>=1.7.4",
+ "apache-airflow-providers-common-io>=1.6.3",
+ "apache-airflow-providers-common-sql>=1.28.1",
+ "apache-airflow-providers-smtp>=2.3.1",
+ "apache-airflow-providers-standard>=1.9.0",
# Start of shared logging dependencies
"msgspec>=0.19.0",
"pygtrie>=2.5.0",