Skip to content

Commit 7bcc889

Browse files
➕ 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.
1 parent b549202 commit 7bcc889

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ classifiers = [
3737
dependencies = [
3838
"SQLAlchemy >=2.0.14,<2.1.0",
3939
"pydantic>=2.11.0",
40+
"typing-extensions>=4.5.0",
4041
]
4142

4243
[project.urls]

uv.lock

Lines changed: 2 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)