File: allow_newer_sqlalchemy.patch

package info (click to toggle)
python-oslo.db 4.13.3-3
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 964 kB
  • ctags: 1,568
  • sloc: python: 9,686; makefile: 25; sh: 12
file content (11 lines) | stat: -rw-r--r-- 312 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
--- a/requirements.txt
+++ b/requirements.txt
@@ -9,7 +9,7 @@
 oslo.config>=3.14.0 # Apache-2.0
 oslo.context>=2.9.0 # Apache-2.0
 oslo.utils>=3.16.0 # Apache-2.0
-SQLAlchemy<1.1.0,>=1.0.10 # MIT
+SQLAlchemy>=1.0.10 # MIT
 sqlalchemy-migrate>=0.9.6 # Apache-2.0
 stevedore>=1.16.0 # Apache-2.0
 six>=1.9.0 # MIT