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

Commit 46deb2c

Browse files
committed
Pin sqlalchemy to 1.4.35 to fix broken relationships
Pending resolution of fastapi/sqlmodel#315
1 parent d7304f1 commit 46deb2c

File tree

2 files changed

+39
-39
lines changed

2 files changed

+39
-39
lines changed

poetry.lock

+38-38
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ license = "MIT"
88
[tool.poetry.dependencies]
99
python = "^3.9"
1010
pydantic = {version = "^1.9.0", extras = ["dotenv", "email"]}
11-
SQLAlchemy = {version = "^1.4.31", extras = ["mypy", "asyncio"]}
11+
SQLAlchemy = {version = "=1.4.35", extras = ["mypy", "asyncio"]}
1212
alembic = {version = "^1.7.6", extras = ["tz"]}
1313
sqlmodel = "^0.0.6"
1414
asyncpg = "^0.25.0"

0 commit comments

Comments
 (0)