Skip to content
Snippets Groups Projects
Unverified Commit 419bf016 authored by Marcel Vriend's avatar Marcel Vriend Committed by GitHub
Browse files

Bump azure-kusto dependencies to 4.5.1 (#121805)

parent 978ee918
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment