Skip to content

Commit b12c74e

Browse files
committed
Update the SQLAlchemy requirement version to 2.0 or newer
1 parent d57154c commit b12c74e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
SQLAlchemy>=1.4
1+
SQLAlchemy>=2.0
22
PyYAML>=5.4
33
coverage>=6.2
44
tox

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ packages = find:
2828
package_dir =
2929
=src
3030
install_requires =
31-
SQLAlchemy>=1.4
31+
SQLAlchemy>=2.0
3232
python_requires = >=3.7
3333

3434
[options.packages.find]

0 commit comments

Comments
 (0)