Skip to content

Commit ff33cef

Browse files
chore(deps): update sqlalchemy requirement from <3,>=1.4 to >=2.0.49,<3 (#1866)
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: William Bergamin <wbergamin@salesforce.com>
1 parent 76d8c6f commit ff33cef

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

requirements/optional.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ boto3<=2
1111
# InstallationStore/OAuthStateStore
1212
# Since v3.20, we no longer support SQLAlchemy 1.3 or older.
1313
# If you need to use a legacy version, please add our v3.19.5 code to your project.
14-
SQLAlchemy>=1.4,<3
14+
SQLAlchemy>=2.0.49,<3
1515
# Socket Mode
1616
# websockets 9 is not compatible with Python 3.10
1717
websockets>=9.1,<16

0 commit comments

Comments
 (0)