Skip to content

Commit 5dff9fa

Browse files
committed
Refactor func_metadata() implementation
1 parent 1200ba0 commit 5dff9fa

File tree

3 files changed

+108
-131
lines changed

3 files changed

+108
-131
lines changed

pyproject.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,8 @@ dependencies = [
3333
"uvicorn>=0.31.1; sys_platform != 'emscripten'",
3434
"jsonschema>=4.20.0",
3535
"pywin32>=310; sys_platform == 'win32'",
36+
"typing-extensions>=4.9.0",
37+
"typing-inspection>=0.4.1",
3638
]
3739

3840
[project.optional-dependencies]

0 commit comments

Comments
 (0)