mirror of
https://github.com/home-assistant/core.git
synced 2025-06-25 01:21:51 +02:00
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:
@ -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)
|
||||
|
@ -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
2
requirements_all.txt
generated
@ -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
|
||||
|
2
requirements_test_all.txt
generated
2
requirements_test_all.txt
generated
@ -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
|
||||
|
Reference in New Issue
Block a user