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 557ce09 commit 5fef081Copy full SHA for 5fef081
pyproject.toml
@@ -82,7 +82,7 @@ classifiers = [
82
requires-python = ">=3.7"
83
dependencies = [
84
"fastapi-users >= 10.0.0",
85
- "sqlalchemy[asyncio] >=1.4",
+ "sqlalchemy[asyncio] >=1.4,<2.0.0",
86
]
87
88
[project.urls]
0 commit comments