From fe3608375b5a1885900e201f389c8ab15314470f Mon Sep 17 00:00:00 2001 From: Qingchuan Hao Date: Tue, 14 Oct 2025 06:21:04 +0000 Subject: [PATCH 1/2] chore: bump deepdiff to 8.6.1-compatible --- HISTORY.rst | 4 ++++ azdev/__init__.py | 2 +- setup.py | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/HISTORY.rst b/HISTORY.rst index 6fa92396..32d4d8f4 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -2,6 +2,10 @@ Release History =============== +0.2.6 +++++++ +* Bump `deepdiff` to 8.6.1 + 0.2.5 ++++++ * Add support for Python 3.11, 3.12, and 3.13 diff --git a/azdev/__init__.py b/azdev/__init__.py index 186ca1f6..92f475a7 100644 --- a/azdev/__init__.py +++ b/azdev/__init__.py @@ -4,4 +4,4 @@ # license information. # ----------------------------------------------------------------------------- -__VERSION__ = '0.2.5' +__VERSION__ = '0.2.6' diff --git a/setup.py b/setup.py index 1f8dd146..e732aad5 100644 --- a/setup.py +++ b/setup.py @@ -82,7 +82,7 @@ 'sphinx==1.6.7', 'tox', 'jsbeautifier~=1.14.7', - 'deepdiff~=6.3.0', + 'deepdiff~=8.6.1', 'azure-cli-diff-tool~=0.1.0', 'packaging', 'tqdm', From 03df788ac8391c0b0a57343a1603375efa2bbc1d Mon Sep 17 00:00:00 2001 From: Qingchuan Hao Date: Tue, 14 Oct 2025 06:54:50 +0000 Subject: [PATCH 2/2] bump azure-cli-diff-tool to 0.1.1 --- HISTORY.rst | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/HISTORY.rst b/HISTORY.rst index 32d4d8f4..3477933c 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -4,7 +4,7 @@ Release History =============== 0.2.6 ++++++ -* Bump `deepdiff` to 8.6.1 +* Bump `deepdiff` to 8.6.1 and `azure-cli-diff-tool` to 0.1.1 0.2.5 ++++++ diff --git a/setup.py b/setup.py index e732aad5..18f9afbb 100644 --- a/setup.py +++ b/setup.py @@ -83,7 +83,7 @@ 'tox', 'jsbeautifier~=1.14.7', 'deepdiff~=8.6.1', - 'azure-cli-diff-tool~=0.1.0', + 'azure-cli-diff-tool~=0.1.1', 'packaging', 'tqdm', 'wheel==0.30.0',