Changeset - f46fb3aa20a9
[Not reviewed]
0 1 0
Lance Edgar (lance) - 20 months ago 2023-02-11 20:11:41
lance@edbob.org
Officially require SQLAlchemy 1.4.x

drop support for 1.3.x, not yet ready to support 1.5.x
1 file changed with 1 insertions and 1 deletions:
0 comments (0 inline, 0 general)
setup.py
Show inline comments
 
@@ -109,7 +109,7 @@ extras = {
 
        'passlib',                      # 1.7.1
 
        # TODO: add support for 1.5.x and later
 
        # (taking it one version jump at a time, to be safe)
 
        'SQLAlchemy<1.5',               # 0.7.6                 1.4.46
 
        'SQLAlchemy>=1.4,<1.5',         # 1.4.0                 1.4.46
 
        'SQLAlchemy-Continuum',         # 1.1.5
 
    ],
 

	
0 comments (0 inline, 0 general)