]> git.ipfire.org Git - thirdparty/fastapi/sqlmodel.git/commit
🐛 Fix type annotation in `SQLModel.__new__`, avoid explicitly returning `Any` (#1846)
authorCarl Meyer <carl@oddbird.net>
Thu, 2 Apr 2026 20:58:24 +0000 (13:58 -0700)
committerGitHub <noreply@github.com>
Thu, 2 Apr 2026 20:58:24 +0000 (22:58 +0200)
commit5da82e2d741e6ab94580395ee637721ca0cb315e
tree4d32acfac234e1bc7a2c704202afde39fb318b2b
parent9a44fc440020594b1c99f3b86ca958179f921dbb
🐛 Fix type annotation in `SQLModel.__new__`, avoid explicitly returning `Any` (#1846)
sqlmodel/main.py