Skip to content

Commit

Permalink
Update types.py with headers param
Browse files Browse the repository at this point in the history
  • Loading branch information
ruscoder authored Sep 13, 2024
1 parent 27b07c5 commit 026858e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aidbox_python_sdk/types.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

SDKOperationRequest = TypedDict(
"SDKOperationRequest",
{"app": web.Application, "params": dict, "route-params": dict, "resource": Any},
{"app": web.Application, "params": dict, "route-params": dict, "headers": dict, "resource": Any},
)


Expand Down

0 comments on commit 026858e

Please sign in to comment.