Skip to content

Commit c45ede2

Browse files
authored
Bump anthropic to 0.73.0 (home-assistant#156692)
1 parent e167061 commit c45ede2

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

homeassistant/components/anthropic/entity.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -392,7 +392,7 @@ async def _transform_stream( # noqa: C901 - This is complex, but better to have
392392
type="tool_use",
393393
id=response.content_block.id,
394394
name=response.content_block.name,
395-
input="",
395+
input={},
396396
)
397397
current_tool_args = ""
398398
if response.content_block.name == output_tool:
@@ -459,7 +459,7 @@ async def _transform_stream( # noqa: C901 - This is complex, but better to have
459459
type="server_tool_use",
460460
id=response.content_block.id,
461461
name=response.content_block.name,
462-
input="",
462+
input={},
463463
)
464464
current_tool_args = ""
465465
elif isinstance(response.content_block, WebSearchToolResultBlock):

homeassistant/components/anthropic/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,5 @@
88
"documentation": "https://www.home-assistant.io/integrations/anthropic",
99
"integration_type": "service",
1010
"iot_class": "cloud_polling",
11-
"requirements": ["anthropic==0.69.0"]
11+
"requirements": ["anthropic==0.73.0"]
1212
}

requirements_all.txt

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

requirements_test_all.txt

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)