diff --git a/azure-kusto-ingest/pyproject.toml b/azure-kusto-ingest/pyproject.toml index 49403278..427f1af0 100644 --- a/azure-kusto-ingest/pyproject.toml +++ b/azure-kusto-ingest/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "azure-kusto-ingest" -version = "5.0.5" +version = "6.0.0" description = "Kusto Ingest Client" authors = [ { name = "Microsoft Corporation", email = "kustalk@microsoft.com" }, diff --git a/quick-start/pyproject.toml b/quick-start/pyproject.toml index a2284959..a9d72ce5 100644 --- a/quick-start/pyproject.toml +++ b/quick-start/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "quick-start" -version = "5.0.5" +version = "6.0.0" description = "Microsoft Azure Kusto Python SDK" dependencies = [ "azure-kusto-data", diff --git a/quick-start/requirements.txt b/quick-start/requirements.txt index 5a2f681b..cb50a704 100644 --- a/quick-start/requirements.txt +++ b/quick-start/requirements.txt @@ -1,6 +1,6 @@ azure-core-tracing-opentelemetry~=1.0.0b9 -azure-kusto-data>=4.0.0,<5.0.0 -azure-kusto-ingest>=4.0.0,<5.0.0 +azure-kusto-data>=4.0.0,<7.0.0 +azure-kusto-ingest>=4.0.0,<7.0.0 azure-monitor-opentelemetry-exporter~=1.0.0b7 inflection~=0.5.1