Skip to content
This repository was archived by the owner on Feb 28, 2024. It is now read-only.

Commit faa8495

Browse files
Update dependency SQLAlchemy to v2
1 parent a0b57ae commit faa8495

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ license = "MIT"
88
[tool.poetry.dependencies]
99
python = "^3.10"
1010
pydantic = {version = "^1.10.7", extras = ["dotenv", "email"]}
11-
SQLAlchemy = {version = ">=1.4.17,<=1.4.41", extras = ["mypy", "asyncio"]}
11+
SQLAlchemy = {version = ">=2.0.11,<=2.0.11", extras = ["mypy", "asyncio"]}
1212
alembic = {version = "^1.10.3", extras = ["tz"]}
1313
sqlmodel = "^0.0.8"
1414
asyncpg = "^0.27.0"

0 commit comments

Comments
 (0)