Skip to content

Commit 026858e

Browse files
authored
Update types.py with headers param
1 parent 27b07c5 commit 026858e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

aidbox_python_sdk/types.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
SDKOperationRequest = TypedDict(
77
"SDKOperationRequest",
8-
{"app": web.Application, "params": dict, "route-params": dict, "resource": Any},
8+
{"app": web.Application, "params": dict, "route-params": dict, "headers": dict, "resource": Any},
99
)
1010

1111

0 commit comments

Comments
 (0)