We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 279ebfd commit 3645cb1Copy full SHA for 3645cb1
pyproject.toml
@@ -29,7 +29,7 @@ dependencies = [
29
dynamic = ["version"]
30
31
[project.optional-dependencies]
32
-"sa" = ["sqlalchemy>=1.3,<1.4"]
+"sa" = ["sqlalchemy>=1.3,<2.1"]
33
"rsa" = ["PyMySQL[rsa]>=1.0"]
34
35
[project.urls]
requirements-dev.txt
@@ -6,6 +6,6 @@ pytest==8.4.2
6
pytest-cov==7.0.0
7
pytest-sugar==1.1.1
8
PyMySQL==1.1.2
9
-SQLAlchemy==1.3.24
+SQLAlchemy==2.0.43
10
uvloop==0.21.0
11
twine==6.2.0
0 commit comments