We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 27b07c5 commit 026858eCopy full SHA for 026858e
aidbox_python_sdk/types.py
@@ -5,7 +5,7 @@
5
6
SDKOperationRequest = TypedDict(
7
"SDKOperationRequest",
8
- {"app": web.Application, "params": dict, "route-params": dict, "resource": Any},
+ {"app": web.Application, "params": dict, "route-params": dict, "headers": dict, "resource": Any},
9
)
10
11
0 commit comments