Skip to content

Commit ce661ca

Browse files
committed
Remove upper version bound on SQLAlchemy
1 parent 6397ace commit ce661ca

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ classifiers = [
8686
requires-python = ">=3.9"
8787
dependencies = [
8888
"fastapi-users >= 10.0.0",
89-
"sqlalchemy[asyncio] >=2.0.0,<2.1.0",
89+
"sqlalchemy[asyncio] >=2.0.0",
9090
]
9191

9292
[project.urls]

0 commit comments

Comments
 (0)