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 d57154c commit b12c74eCopy full SHA for b12c74e
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