1
0
mirror of https://github.com/home-assistant/core.git synced 2025-12-25 05:26:47 +00:00

Bump anthropic to 0.73.0 (#156692)

This commit is contained in:
Denis Shulyaka
2025-11-16 23:02:55 +03:00
committed by GitHub
parent e167061f53
commit c45ede2e5d
4 changed files with 5 additions and 5 deletions

View File

@@ -392,7 +392,7 @@ async def _transform_stream( # noqa: C901 - This is complex, but better to have
type="tool_use",
id=response.content_block.id,
name=response.content_block.name,
input="",
input={},
)
current_tool_args = ""
if response.content_block.name == output_tool:
@@ -459,7 +459,7 @@ async def _transform_stream( # noqa: C901 - This is complex, but better to have
type="server_tool_use",
id=response.content_block.id,
name=response.content_block.name,
input="",
input={},
)
current_tool_args = ""
elif isinstance(response.content_block, WebSearchToolResultBlock):

View File

@@ -8,5 +8,5 @@
"documentation": "https://www.home-assistant.io/integrations/anthropic",
"integration_type": "service",
"iot_class": "cloud_polling",
"requirements": ["anthropic==0.69.0"]
"requirements": ["anthropic==0.73.0"]
}

2
requirements_all.txt generated
View File

@@ -500,7 +500,7 @@ anova-wifi==0.17.0
anthemav==1.4.1
# homeassistant.components.anthropic
anthropic==0.69.0
anthropic==0.73.0
# homeassistant.components.mcp_server
anyio==4.10.0

View File

@@ -473,7 +473,7 @@ anova-wifi==0.17.0
anthemav==1.4.1
# homeassistant.components.anthropic
anthropic==0.69.0
anthropic==0.73.0
# homeassistant.components.mcp_server
anyio==4.10.0