]> git.ipfire.org Git - thirdparty/fastapi/sqlmodel.git/commit
🐛 Fix allowing using a `ForeignKey` directly, remove repeated column construction...
authorDaniil Fajnberg <60156134+daniil-berg@users.noreply.github.com>
Mon, 23 Oct 2023 13:59:06 +0000 (13:59 +0000)
committerGitHub <noreply@github.com>
Mon, 23 Oct 2023 13:59:06 +0000 (17:59 +0400)
commit9809b5bc8323712fe41d1e7a92352da8a07ed69a
tree2c9045ba0befb34ec3ad21f3fac49c48e8fa7c8a
parentc213f5daf45091cb269fb8ee979efd0049b89927
🐛 Fix allowing using a `ForeignKey` directly, remove repeated column construction from `SQLModelMetaclass.__init__` and upgrade minimum SQLAlchemy to `>=1.4.36` (#443)

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