Skip to content

Commit cc36bf2

Browse files
authored
Update sync_client.py
1 parent 669c91f commit cc36bf2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ def load_toolset(
155155
for async_tool in async_tools
156156
]
157157

158-
@deprecated("Please add client level headers during client initialization.")
158+
@deprecated("Use the `client_headers` parameter in the ToolboxClient constructor instead.")
159159
def add_headers(
160160
self,
161161
headers: Mapping[

0 commit comments

Comments
 (0)