mirror of
https://github.com/home-assistant/core.git
synced 2025-04-23 16:57:53 +00:00
Bump httpx to 0.28.1, httpcore to 1.0.7 along with required deps (#133840)
This commit is contained in:
parent
2ca4c8aacf
commit
a150e39922
@ -8,5 +8,5 @@
|
||||
"documentation": "https://www.home-assistant.io/integrations/anthropic",
|
||||
"integration_type": "service",
|
||||
"iot_class": "cloud_polling",
|
||||
"requirements": ["anthropic==0.31.2"]
|
||||
"requirements": ["anthropic==0.44.0"]
|
||||
}
|
||||
|
@ -8,5 +8,5 @@
|
||||
"documentation": "https://www.home-assistant.io/integrations/openai_conversation",
|
||||
"integration_type": "service",
|
||||
"iot_class": "cloud_polling",
|
||||
"requirements": ["openai==1.35.7"]
|
||||
"requirements": ["openai==1.59.9"]
|
||||
}
|
||||
|
@ -38,7 +38,7 @@ hassil==2.1.0
|
||||
home-assistant-bluetooth==1.13.0
|
||||
home-assistant-frontend==20250109.0
|
||||
home-assistant-intents==2025.1.1
|
||||
httpx==0.27.2
|
||||
httpx==0.28.1
|
||||
ifaddr==0.2.0
|
||||
Jinja2==3.1.5
|
||||
lru-dict==1.3.0
|
||||
@ -110,7 +110,7 @@ uuid==1000000000.0.0
|
||||
# requirements so we can directly link HA versions to these library versions.
|
||||
anyio==4.8.0
|
||||
h11==0.14.0
|
||||
httpcore==1.0.5
|
||||
httpcore==1.0.7
|
||||
|
||||
# Ensure we have a hyperframe version that works in Python 3.10
|
||||
# 5.2.0 fixed a collections abc deprecation
|
||||
|
@ -49,7 +49,7 @@ dependencies = [
|
||||
"hass-nabucasa==0.88.1",
|
||||
# When bumping httpx, please check the version pins of
|
||||
# httpcore, anyio, and h11 in gen_requirements_all
|
||||
"httpx==0.27.2",
|
||||
"httpx==0.28.1",
|
||||
"home-assistant-bluetooth==1.13.0",
|
||||
"ifaddr==0.2.0",
|
||||
"Jinja2==3.1.5",
|
||||
|
2
requirements.txt
generated
2
requirements.txt
generated
@ -22,7 +22,7 @@ ciso8601==2.3.2
|
||||
cronsim==2.6
|
||||
fnv-hash-fast==1.2.2
|
||||
hass-nabucasa==0.88.1
|
||||
httpx==0.27.2
|
||||
httpx==0.28.1
|
||||
home-assistant-bluetooth==1.13.0
|
||||
ifaddr==0.2.0
|
||||
Jinja2==3.1.5
|
||||
|
4
requirements_all.txt
generated
4
requirements_all.txt
generated
@ -467,7 +467,7 @@ anova-wifi==0.17.0
|
||||
anthemav==1.4.1
|
||||
|
||||
# homeassistant.components.anthropic
|
||||
anthropic==0.31.2
|
||||
anthropic==0.44.0
|
||||
|
||||
# homeassistant.components.mcp_server
|
||||
anyio==4.8.0
|
||||
@ -1561,7 +1561,7 @@ open-garage==0.2.0
|
||||
open-meteo==0.3.2
|
||||
|
||||
# homeassistant.components.openai_conversation
|
||||
openai==1.35.7
|
||||
openai==1.59.9
|
||||
|
||||
# homeassistant.components.openerz
|
||||
openerz-api==0.3.0
|
||||
|
@ -31,7 +31,7 @@ pytest-picked==0.5.0
|
||||
pytest-xdist==3.6.1
|
||||
pytest==8.3.4
|
||||
requests-mock==1.12.1
|
||||
respx==0.21.1
|
||||
respx==0.22.0
|
||||
syrupy==4.8.0
|
||||
tqdm==4.66.5
|
||||
types-aiofiles==24.1.0.20241221
|
||||
|
4
requirements_test_all.txt
generated
4
requirements_test_all.txt
generated
@ -440,7 +440,7 @@ anova-wifi==0.17.0
|
||||
anthemav==1.4.1
|
||||
|
||||
# homeassistant.components.anthropic
|
||||
anthropic==0.31.2
|
||||
anthropic==0.44.0
|
||||
|
||||
# homeassistant.components.mcp_server
|
||||
anyio==4.8.0
|
||||
@ -1309,7 +1309,7 @@ open-garage==0.2.0
|
||||
open-meteo==0.3.2
|
||||
|
||||
# homeassistant.components.openai_conversation
|
||||
openai==1.35.7
|
||||
openai==1.59.9
|
||||
|
||||
# homeassistant.components.openerz
|
||||
openerz-api==0.3.0
|
||||
|
@ -141,7 +141,7 @@ uuid==1000000000.0.0
|
||||
# requirements so we can directly link HA versions to these library versions.
|
||||
anyio==4.8.0
|
||||
h11==0.14.0
|
||||
httpcore==1.0.5
|
||||
httpcore==1.0.7
|
||||
|
||||
# Ensure we have a hyperframe version that works in Python 3.10
|
||||
# 5.2.0 fixed a collections abc deprecation
|
||||
|
@ -591,7 +591,7 @@ async def test_update_with_no_template(hass: HomeAssistant) -> None:
|
||||
assert len(hass.states.async_all(SENSOR_DOMAIN)) == 1
|
||||
|
||||
state = hass.states.get("sensor.foo")
|
||||
assert state.state == '{"key": "some_json_value"}'
|
||||
assert state.state == '{"key":"some_json_value"}'
|
||||
|
||||
|
||||
@respx.mock
|
||||
|
Loading…
x
Reference in New Issue
Block a user