Skip to content

Commit 669c91f

Browse files
authored
Update client.py
1 parent c205b96 commit 669c91f

File tree

1 file changed

+1
-1
lines changed
  • packages/toolbox-core/src/toolbox_core

1 file changed

+1
-1
lines changed

packages/toolbox-core/src/toolbox_core/client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -341,7 +341,7 @@ async def load_toolset(
341341

342342
return tools
343343

344-
@deprecated("Please add client level headers during client initialization.")
344+
@deprecated("Use the `client_headers` parameter in the ToolboxClient constructor instead.")
345345
def add_headers(
346346
self,
347347
headers: Mapping[str, Union[Callable[[], str], Callable[[], Awaitable[str]]]],

0 commit comments

Comments
 (0)