Skip to content

Commit 4667b77

Browse files
committed
Specify more relaxed dependencies
We only need really pin SQLAlchemy now, as that should determine the version of alembic.
1 parent bb3bdeb commit 4667b77

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@ classifiers = [
2525
"Topic :: Database :: Front-Ends",
2626
]
2727
dependencies = [
28-
"sqlalchemy==2.0.45",
29-
"alembic==1.17.2",
28+
"sqlalchemy>=2,<3",
29+
"alembic",
3030
]
3131

3232
[tool.setuptools.packages.find]

0 commit comments

Comments
 (0)