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

Commit

Permalink
Pin sqlalchemy to 1.4.35 to fix broken relationships
Browse files Browse the repository at this point in the history
Pending resolution of fastapi/sqlmodel#315
  • Loading branch information
akrantz01 committed May 7, 2022
1 parent d7304f1 commit 46deb2c
Show file tree
Hide file tree
Showing 2 changed files with 39 additions and 39 deletions.
76 changes: 38 additions & 38 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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.9"
pydantic = {version = "^1.9.0", extras = ["dotenv", "email"]}
SQLAlchemy = {version = "^1.4.31", extras = ["mypy", "asyncio"]}
SQLAlchemy = {version = "=1.4.35", extras = ["mypy", "asyncio"]}
alembic = {version = "^1.7.6", extras = ["tz"]}
sqlmodel = "^0.0.6"
asyncpg = "^0.25.0"
Expand Down

0 comments on commit 46deb2c

Please sign in to comment.