]> git.ipfire.org Git - thirdparty/fastapi/sqlmodel.git/commit
🐛 Fix SQLAlchemy version 1.4.36 breaks SQLModel relationships (#315) (#461)
authorbyrman <carsten.byrman@nelen-schuurmans.nl>
Sun, 22 Oct 2023 12:01:51 +0000 (14:01 +0200)
committerGitHub <noreply@github.com>
Sun, 22 Oct 2023 12:01:51 +0000 (16:01 +0400)
commitd5219aa3c55c5cb1ed2c0b1a665ef2ad10da425c
treed5bbe207ed779a76f3bf033fd6feb2f38ffb67d6
parentaa7169b93b2b06030da0a3e0ee86b4932be9415c
🐛 Fix SQLAlchemy version 1.4.36 breaks SQLModel relationships (#315) (#461)

Co-authored-by: Sebastián Ramírez <tiangolo@gmail.com>
sqlmodel/main.py
tests/test_main.py