Skip to content

Commit f373e60

Browse files
chore(deps): update sqlalchemy requirement from <3,>=1.4 to >=2.0.49,<3
Updates the requirements on [sqlalchemy](https://github.com/sqlalchemy/sqlalchemy) to permit the latest version. - [Release notes](https://github.com/sqlalchemy/sqlalchemy/releases) - [Changelog](https://github.com/sqlalchemy/sqlalchemy/blob/main/CHANGES.rst) - [Commits](https://github.com/sqlalchemy/sqlalchemy/commits) --- updated-dependencies: - dependency-name: sqlalchemy dependency-version: 2.0.49 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 69163d6 commit f373e60

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
@@ -9,7 +9,7 @@ boto3<=2
99
# InstallationStore/OAuthStateStore
1010
# Since v3.20, we no longer support SQLAlchemy 1.3 or older.
1111
# If you need to use a legacy version, please add our v3.19.5 code to your project.
12-
SQLAlchemy>=1.4,<3
12+
SQLAlchemy>=2.0.49,<3
1313
# Socket Mode
1414
# websockets 9 is not compatible with Python 3.10
1515
websockets>=9.1,<16

0 commit comments

Comments
 (0)