summaryrefslogtreecommitdiff
path: root/alembic/util.py
diff options
context:
space:
mode:
Diffstat (limited to 'alembic/util.py')
-rw-r--r--alembic/util.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/alembic/util.py b/alembic/util.py
index 87bc7b1..2e0f731 100644
--- a/alembic/util.py
+++ b/alembic/util.py
@@ -37,6 +37,7 @@ sqla_094 = _vers >= (0, 9, 4)
sqla_094 = _vers >= (0, 9, 4)
sqla_099 = _vers >= (0, 9, 9)
sqla_100 = _vers >= (1, 0, 0)
+sqla_105 = _vers >= (1, 0, 5)
if not sqla_07:
raise CommandError(
"SQLAlchemy 0.7.3 or greater is required. ")