]> git.ipfire.org Git - thirdparty/fastapi/sqlmodel.git/commit
➕ Add a direct dependency on `typing-extensions` (#1815)
authorBen Beasley <code@musicinmybrain.net>
Mon, 23 Mar 2026 09:39:15 +0000 (09:39 +0000)
committerGitHub <noreply@github.com>
Mon, 23 Mar 2026 09:39:15 +0000 (10:39 +0100)
commit7bcc889386426f2be9d7281d8ec2786d83ac5561
tree67068cea0de3768cb6909ea4292f62ec80de2619
parentb5492028af6e38dff565b229eb527fc86d3efc49
➕ Add a direct dependency on `typing-extensions` (#1815)

Add a direct dependency on typing-extensions

Since typing_extensions is directly and unconditionally imported, we
should not rely on an indirect dependency. The minimum version, 4.5.0,
was chosen as the first release that included both
typing_extensions.Self and typing_extensions.deprecated.
pyproject.toml
uv.lock