Bump azure-kusto dependencies to 4.5.1 (#121805)

This commit is contained in:
Marcel Vriend 2024-07-19 17:33:02 +02:00 committed by GitHub
parent 978ee918cb
commit 419bf0165a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
4 changed files with 6 additions and 6 deletions

View File

@ -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)

View File

@ -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"]
}

View File

@ -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

View File

@ -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