]> git.ipfire.org Git - thirdparty/fastapi/sqlmodel.git/commit
♻️ Import `Literal` from the `typing` module directly (#1699)
authorSofie Van Landeghem <svlandeg@users.noreply.github.com>
Tue, 13 Jan 2026 11:30:07 +0000 (12:30 +0100)
committerGitHub <noreply@github.com>
Tue, 13 Jan 2026 11:30:07 +0000 (12:30 +0100)
commit99d8b0bba270651672b12eca4ce2361be2351d08
tree2e6a3648abe464ab5ed0baa3684671a4b97c6ebc
parentac29fcdf9c945ca135bb9ff08c33161eb855beab
♻️ Import `Literal` from the `typing` module directly (#1699)

import Literal from typing now that Python 3.8 is dropped
sqlmodel/main.py
sqlmodel/sql/expression.py
tests/test_pydantic/test_field.py