Bump anthropic to 0.73.0 (#156692)

This commit is contained in:
Denis Shulyaka
2025-11-16 21:02:55 +01:00
committed by GitHub
parent e167061f53
commit c45ede2e5d
4 changed files with 5 additions and 5 deletions
+2 -2
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):
@@ -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"]
}
+1 -1
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
+1 -1
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