diff --git a/pyproject.toml b/pyproject.toml index 01eea6f7..20de01d3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -29,7 +29,7 @@ dependencies = [ dynamic = ["version"] [project.optional-dependencies] -"sa" = ["sqlalchemy>=1.3,<1.4"] +"sa" = ["sqlalchemy>=1.3,<2.1"] "rsa" = ["PyMySQL[rsa]>=1.0"] [project.urls] diff --git a/requirements-dev.txt b/requirements-dev.txt index bdf6c6d2..521a23b7 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -6,6 +6,6 @@ pytest==8.4.2 pytest-cov==7.0.0 pytest-sugar==1.1.1 PyMySQL==1.1.2 -SQLAlchemy==1.3.24 +SQLAlchemy==2.0.44 uvloop==0.21.0 twine==6.2.0