Skip to content

Commit 55d5685

Browse files
committed
fix: support pydantic annotations on python 3.9
1 parent 75af50e commit 55d5685

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ classifiers = [
2929
"Typing :: Typed",
3030
]
3131
dependencies = [
32+
"eval-type-backport>=0.2.0; python_version < '3.10'",
3233
"httpx>=0.25.0",
3334
"pydantic>=2.0.0",
3435
]

0 commit comments

Comments
 (0)