Skip to content

Commit e71ccac

Browse files
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 e495ebe commit e71ccac

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-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]

0 commit comments

Comments
 (0)