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.
2 parents d57154c + b12c74e commit e4f252bCopy full SHA for e4f252b
requirements.txt
@@ -1,4 +1,4 @@
1
-SQLAlchemy>=1.4
+SQLAlchemy>=2.0
2
PyYAML>=5.4
3
coverage>=6.2
4
tox
setup.cfg
@@ -28,7 +28,7 @@ packages = find:
28
package_dir =
29
=src
30
install_requires =
31
- SQLAlchemy>=1.4
+ SQLAlchemy>=2.0
32
python_requires = >=3.7
33
34
[options.packages.find]
0 commit comments