🐛 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>
This commit is contained in:
Daniil Fajnberg
2023-10-23 13:59:06 +00:00
committed by GitHub
parent c213f5daf4
commit 9809b5bc83
2 changed files with 5 additions and 7 deletions

View File

@@ -31,7 +31,7 @@ classifiers = [
[tool.poetry.dependencies]
python = "^3.7"
SQLAlchemy = ">=1.4.29,<2.0.0"
SQLAlchemy = ">=1.4.36,<2.0.0"
pydantic = "^1.8.2"
sqlalchemy2-stubs = {version = "*", allow-prereleases = true}