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 449a9b8e53 bump alembic minimum version (#27629)
449a9b8e53 is described below

commit 449a9b8e53e3647a2423ccf033b06381ee39f41b
Author: Pankaj Singh <[email protected]>
AuthorDate: Mon Nov 14 08:19:36 2022 +0530

    bump alembic minimum version (#27629)
---
 setup.cfg | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/setup.cfg b/setup.cfg
index 3c085f72e6..59e6686ab5 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -65,7 +65,7 @@ setup_requires =
 install_requires =
     # Alembic is important to handle our migrations in predictable and 
performant way. It is developed
     # together with SQLAlchemy. Our experience with Alembic is that it very 
stable in minor version
-    alembic>=1.5.1, <2.0
+    alembic>=1.6.3, <2.0
     argcomplete>=1.10
     attrs>=22.1.0
     blinker

Reply via email to