This is an automated email from the ASF dual-hosted git repository.
potiuk 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 6a703dd1f79 Revert "Update sqlalchemy requirement in /airflow-core
(#48138)" (#48188)
6a703dd1f79 is described below
commit 6a703dd1f795784e446742dddf412b0fe3b4e4a0
Author: Maciej Obuchowski <[email protected]>
AuthorDate: Mon Mar 24 12:39:20 2025 +0100
Revert "Update sqlalchemy requirement in /airflow-core (#48138)" (#48188)
This reverts commit 34bc0186cd120287930567c5c635854474ce292a.
---
airflow-core/pyproject.toml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/airflow-core/pyproject.toml b/airflow-core/pyproject.toml
index 73acfe3ce44..3ea64a6fe68 100644
--- a/airflow-core/pyproject.toml
+++ b/airflow-core/pyproject.toml
@@ -140,7 +140,7 @@ dependencies = [
# See https://sqlalche.me/e/b8d9 for details of deprecated features
# you can set environment variable SQLALCHEMY_WARN_20=1 to show all
deprecation warnings.
# The issue tracking it is https://github.com/apache/airflow/issues/28723
- "sqlalchemy>=1.4.49,<3.0",
+ "sqlalchemy>=1.4.49,<2.0",
"sqlalchemy-jsonfield>=1.0",
"sqlalchemy-utils>=0.41.2",
"svcs>=25.1.0",