Bump influxdb-client to 1.48.0 (#144845)

* Bump influxdb-client to 1.48.0

* Adjust typing, fix mypy

* Update homeassistant/components/influxdb/__init__.py

* Update homeassistant/components/influxdb/__init__.py

---------

Co-authored-by: Joost Lekkerkerker <joostlek@outlook.com>
This commit is contained in:
Rob Bierbooms
2025-05-14 12:21:26 +02:00
committed by GitHub
parent a21e586140
commit 9a06584a1d
4 changed files with 4 additions and 4 deletions

View File

@ -338,7 +338,7 @@ def get_influx_connection( # noqa: C901
conf, test_write=False, test_read=False
) -> InfluxClient:
"""Create the correct influx connection for the API version."""
kwargs = {
kwargs: dict[str, Any] = {
CONF_TIMEOUT: TIMEOUT,
}
precision = conf.get(CONF_PRECISION)

View File

@ -6,5 +6,5 @@
"iot_class": "local_push",
"loggers": ["influxdb", "influxdb_client"],
"quality_scale": "legacy",
"requirements": ["influxdb==5.3.1", "influxdb-client==1.24.0"]
"requirements": ["influxdb==5.3.1", "influxdb-client==1.48.0"]
}

2
requirements_all.txt generated
View File

@ -1230,7 +1230,7 @@ imgw_pib==1.0.10
incomfort-client==0.6.8
# homeassistant.components.influxdb
influxdb-client==1.24.0
influxdb-client==1.48.0
# homeassistant.components.influxdb
influxdb==5.3.1

View File

@ -1045,7 +1045,7 @@ imgw_pib==1.0.10
incomfort-client==0.6.8
# homeassistant.components.influxdb
influxdb-client==1.24.0
influxdb-client==1.48.0
# homeassistant.components.influxdb
influxdb==5.3.1