diff --git a/pyproject.toml b/pyproject.toml index e4d7a0e..fc56790 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -33,7 +33,7 @@ classifiers = [ python = "^3.6.1" SQLAlchemy = ">=1.4.17,<1.5.0" pydantic = "^1.8.2" -sqlalchemy2-stubs = "^0.0.2-alpha.5" +sqlalchemy2-stubs = {version = "*", allow-prereleases = true} [tool.poetry.dev-dependencies] pytest = "^6.2.4"