mirror of
https://github.com/home-assistant/core.git
synced 2025-07-25 06:07:17 +00: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:
parent
a21e586140
commit
9a06584a1d
@ -338,7 +338,7 @@ def get_influx_connection( # noqa: C901
|
|||||||
conf, test_write=False, test_read=False
|
conf, test_write=False, test_read=False
|
||||||
) -> InfluxClient:
|
) -> InfluxClient:
|
||||||
"""Create the correct influx connection for the API version."""
|
"""Create the correct influx connection for the API version."""
|
||||||
kwargs = {
|
kwargs: dict[str, Any] = {
|
||||||
CONF_TIMEOUT: TIMEOUT,
|
CONF_TIMEOUT: TIMEOUT,
|
||||||
}
|
}
|
||||||
precision = conf.get(CONF_PRECISION)
|
precision = conf.get(CONF_PRECISION)
|
||||||
|
@ -6,5 +6,5 @@
|
|||||||
"iot_class": "local_push",
|
"iot_class": "local_push",
|
||||||
"loggers": ["influxdb", "influxdb_client"],
|
"loggers": ["influxdb", "influxdb_client"],
|
||||||
"quality_scale": "legacy",
|
"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
|
incomfort-client==0.6.8
|
||||||
|
|
||||||
# homeassistant.components.influxdb
|
# homeassistant.components.influxdb
|
||||||
influxdb-client==1.24.0
|
influxdb-client==1.48.0
|
||||||
|
|
||||||
# homeassistant.components.influxdb
|
# homeassistant.components.influxdb
|
||||||
influxdb==5.3.1
|
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
|
incomfort-client==0.6.8
|
||||||
|
|
||||||
# homeassistant.components.influxdb
|
# homeassistant.components.influxdb
|
||||||
influxdb-client==1.24.0
|
influxdb-client==1.48.0
|
||||||
|
|
||||||
# homeassistant.components.influxdb
|
# homeassistant.components.influxdb
|
||||||
influxdb==5.3.1
|
influxdb==5.3.1
|
||||||
|
Loading…
x
Reference in New Issue
Block a user