Skip to content

Commit 64fb50e

Browse files
chore: consolidate uv dependency upgrades (#634)
* chore: consolidate uv dependency upgrades Bump the following dependencies in uv.lock: - aiohttp: 3.12.15 → 3.13.4 - azure-core: 1.35.0 → 1.39.0 - cryptography: 45.0.6 → 46.0.6 (+ cffi 1.17.1 → 2.0.0) - pygments: 2.19.2 → 2.20.0 - pyjwt: 2.10.1 → 2.12.1 - urllib3: 2.5.0 → 2.6.3 Consolidates: #623, #624, #625, #631, #632, #633 Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> * chore: bump version to 6.0.3 Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> --------- Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent 6c198cf commit 64fb50e

5 files changed

Lines changed: 285 additions & 211 deletions

File tree

azure-kusto-data/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "azure-kusto-data"
3-
version = "6.0.2"
3+
version = "6.0.3"
44
description = "Kusto Data Client"
55
authors = [
66
{ name = "Microsoft Corporation", email = "kustalk@microsoft.com" },

azure-kusto-ingest/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "azure-kusto-ingest"
3-
version = "6.0.2"
3+
version = "6.0.3"
44
description = "Kusto Ingest Client"
55
authors = [
66
{ name = "Microsoft Corporation", email = "kustalk@microsoft.com" },

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "azure-kusto-python"
3-
version = "6.0.2"
3+
version = "6.0.3"
44
description = "Microsoft Azure Kusto Python SDK"
55
dependencies = [
66
"azure-kusto-data",

quick-start/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "quick-start"
3-
version = "6.0.2"
3+
version = "6.0.3"
44
description = "Microsoft Azure Kusto Python SDK"
55
dependencies = [
66
"azure-kusto-data",

0 commit comments

Comments
 (0)