]> git.ipfire.org Git - thirdparty/fastapi/sqlmodel.git/commit
🐛 Fix `tuple_` return type annotation (#1639)
authorかける族 <kakeruzoku@gmail.com>
Mon, 2 Mar 2026 20:14:24 +0000 (05:14 +0900)
committerGitHub <noreply@github.com>
Mon, 2 Mar 2026 20:14:24 +0000 (20:14 +0000)
commit2eb65dff7c04ebcee9b58c1086115c2f4fcdacf3
tree2b4c9566235ef08dd6450180401a121d119e968b
parenta0bddeae0587c5d3e3b9afe58d5536eb82e526da
🐛 Fix `tuple_` return type annotation (#1639)

* 🐛 Fix `tuple_` type hinting mistake

* 🐛 Forgetting to remove unnecessary parts of type hints

---------

Co-authored-by: Motov Yurii <109919500+YuriiMotov@users.noreply.github.com>
sqlmodel/sql/expression.py