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

Commit

Permalink
Update dependency SQLAlchemy to v2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Aug 15, 2023
1 parent 056ed94 commit bbbf0fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ license = "MIT"
[tool.poetry.dependencies]
python = "^3.10"
pydantic = {version = "^1.10.7", extras = ["dotenv", "email"]}
SQLAlchemy = {version = ">=1.4.17,<=1.4.41", extras = ["mypy", "asyncio"]}
SQLAlchemy = {version = ">=2.0.20,<=2.0.20", extras = ["mypy", "asyncio"]}
alembic = {version = "^1.10.3", extras = ["tz"]}
sqlmodel = "^0.0.8"
asyncpg = "^0.27.0"
Expand Down

0 comments on commit bbbf0fb

Please sign in to comment.