From 4c9f24cf371aa72c1e9a3688adb6df810ecb7332 Mon Sep 17 00:00:00 2001 From: Michael Howitz Date: Wed, 18 Sep 2024 09:27:23 +0200 Subject: [PATCH] 2.0.32 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 84c3524..0a21b76 100644 --- a/setup.py +++ b/setup.py @@ -48,7 +48,7 @@ install_requires=[ 'packaging', 'setuptools', - 'SQLAlchemy>=1.1,!=1.4.0,!=1.4.1,!=1.4.2,!=1.4.3,!=1.4.4,!=1.4.5,!=1.4.6,<2.0.31', # noqa: E501 line too long + 'SQLAlchemy>=1.1,!=1.4.0,!=1.4.1,!=1.4.2,!=1.4.3,!=1.4.4,!=1.4.5,!=1.4.6,<2.0.33', # noqa: E501 line too long 'transaction>=1.6.0', 'zope.interface>=3.6.0', ],