mirror of
https://github.com/home-assistant/core.git
synced 2025-04-23 08:47:57 +00:00
Bump azure-kusto dependencies to 4.5.1 (#121805)
This commit is contained in:
parent
978ee918cb
commit
419bf0165a
@ -68,7 +68,7 @@ class AzureDataExplorerClient:
|
||||
# Queued is the only option supported on free tier of ADX
|
||||
self.write_client = QueuedIngestClient(kcsb_ingest)
|
||||
else:
|
||||
self.write_client = ManagedStreamingIngestClient.from_dm_kcsb(kcsb_ingest)
|
||||
self.write_client = ManagedStreamingIngestClient(kcsb_ingest)
|
||||
|
||||
self.query_client = KustoClient(kcsb_query)
|
||||
|
||||
|
@ -6,5 +6,5 @@
|
||||
"documentation": "https://www.home-assistant.io/integrations/azure_data_explorer",
|
||||
"iot_class": "cloud_push",
|
||||
"loggers": ["azure"],
|
||||
"requirements": ["azure-kusto-ingest==3.1.0", "azure-kusto-data[aio]==3.1.0"]
|
||||
"requirements": ["azure-kusto-ingest==4.5.1", "azure-kusto-data[aio]==4.5.1"]
|
||||
}
|
||||
|
@ -526,10 +526,10 @@ axis==62
|
||||
azure-eventhub==5.11.1
|
||||
|
||||
# homeassistant.components.azure_data_explorer
|
||||
azure-kusto-data[aio]==3.1.0
|
||||
azure-kusto-data[aio]==4.5.1
|
||||
|
||||
# homeassistant.components.azure_data_explorer
|
||||
azure-kusto-ingest==3.1.0
|
||||
azure-kusto-ingest==4.5.1
|
||||
|
||||
# homeassistant.components.azure_service_bus
|
||||
azure-servicebus==7.10.0
|
||||
|
@ -472,10 +472,10 @@ axis==62
|
||||
azure-eventhub==5.11.1
|
||||
|
||||
# homeassistant.components.azure_data_explorer
|
||||
azure-kusto-data[aio]==3.1.0
|
||||
azure-kusto-data[aio]==4.5.1
|
||||
|
||||
# homeassistant.components.azure_data_explorer
|
||||
azure-kusto-ingest==3.1.0
|
||||
azure-kusto-ingest==4.5.1
|
||||
|
||||
# homeassistant.components.holiday
|
||||
babel==2.15.0
|
||||
|
Loading…
x
Reference in New Issue
Block a user