diff --git a/requirements/optional.txt b/requirements/optional.txt index 138a995d1..449bb4b05 100644 --- a/requirements/optional.txt +++ b/requirements/optional.txt @@ -26,7 +26,7 @@ boto3<=2 # InstallationStore/OAuthStateStore # Since v3.20, we no longer support SQLAlchemy 1.3 or older. # If you need to use a legacy version, please add our v3.19.5 code to your project. -SQLAlchemy>=2.0.51,<3 +SQLAlchemy>=2.0.52,<3 # websockets websockets>=9.1,<12; python_version == "3.7"