summaryrefslogtreecommitdiff
path: root/requirements.txt
diff options
context:
space:
mode:
authorwangxiyuan <wangxiyuan@huawei.com>2018-10-29 11:13:18 +0800
committerwangxiyuan <wangxiyuan@huawei.com>2018-11-12 14:54:31 +0800
commitbc6b2f1b0b70b9906d5d1ccade1e82b48f87fa38 (patch)
tree6e549b7a1e3afeacb4915f8bce5791b5025b5710 /requirements.txt
parentbad5665c0bff8788ab763c661b1bed1d99352a6f (diff)
downloadkeystone-bc6b2f1b0b70b9906d5d1ccade1e82b48f87fa38.tar.gz
Bump sqlalchemy minimum version to 1.1.0
Sqlalchemy add a new class for hybrid property in v1.1.0[1]. It can solve the password length problem for User password SQL obj. [1]: https://docs.sqlalchemy.org/en/latest/changelog/migration_11.html#change-3653 Change-Id: I7a18bd528607ec5112cc55c7682f95d61be8b509 Closes-bug: #1735250
Diffstat (limited to 'requirements.txt')
-rw-r--r--requirements.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/requirements.txt b/requirements.txt
index f651e3b00..37dc6c78d 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -12,7 +12,7 @@ Flask!=0.11,>=1.0.2 # BSD
Flask-RESTful>=0.3.5 # BSD
cryptography>=2.1 # BSD/Apache-2.0
six>=1.10.0 # MIT
-SQLAlchemy>=1.0.13 # MIT
+SQLAlchemy>=1.1.0 # MIT
sqlalchemy-migrate>=0.11.0 # Apache-2.0
stevedore>=1.20.0 # Apache-2.0
passlib>=1.7.0 # BSD