Skip to content

Commit

Permalink
2.0.32
Browse files Browse the repository at this point in the history
  • Loading branch information
icemac committed Sep 18, 2024
1 parent 01a9f12 commit 4c9f24c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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',
],
Expand Down

0 comments on commit 4c9f24c

Please sign in to comment.