Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -186,6 +186,8 @@ jobs:
runs-on: "ubuntu-24.04"
# yamllint disable-line rule:quoted-strings
if: startsWith(github.ref, 'refs/tags/v')
env:
INVOKE_JDIFF_LOCAL: "True"
steps:
- name: "Check out repository code"
uses: "actions/checkout@v4"
Expand Down
1 change: 1 addition & 0 deletions changes/141.fixed
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Fix GitHub CI Publish failures.
1 change: 1 addition & 0 deletions changes/141.housekeeping
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Pep508 compliant deepdiff dependency specification.
10 changes: 5 additions & 5 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ include = [

[tool.poetry.dependencies]
python = "^3.9"
deepdiff = "^8.6.1"
deepdiff = ">=8.6.1,<9.0.0"
jmespath = "^1.0.1"

[tool.poetry.group.dev.dependencies]
Expand Down