1
0
mirror of https://github.com/home-assistant/core.git synced 2026-02-15 07:36:16 +00:00

Use OpenAI schema dataclasses for cloud stream responses (#161663)

This commit is contained in:
victorigualada
2026-01-28 20:59:03 +01:00
committed by GitHub
parent 8536472fe9
commit bdbce57217
7 changed files with 75 additions and 73 deletions

View File

@@ -48,7 +48,7 @@ dependencies = [
"fnv-hash-fast==1.6.0",
# hass-nabucasa is imported by helpers which don't depend on the cloud
# integration
"hass-nabucasa==1.11.0",
"hass-nabucasa==1.12.0",
# When bumping httpx, please check the version pins of
# httpcore, anyio, and h11 in gen_requirements_all
"httpx==0.28.1",