Skip to content

Commit c1692f6

Browse files
authored
Merge pull request #142 from networktocode/jlk-fix-gh-publish
fix gh publish and housekeeping deepdiff pinning spec
2 parents 93a06ba + 5504aa9 commit c1692f6

File tree

5 files changed

+10
-6
lines changed

5 files changed

+10
-6
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -186,6 +186,8 @@ jobs:
186186
runs-on: "ubuntu-24.04"
187187
# yamllint disable-line rule:quoted-strings
188188
if: startsWith(github.ref, 'refs/tags/v')
189+
env:
190+
INVOKE_JDIFF_LOCAL: "True"
189191
steps:
190192
- name: "Check out repository code"
191193
uses: "actions/checkout@v4"

changes/141.fixed

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Fix GitHub CI Publish failures.

changes/141.housekeeping

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Pep508 compliant deepdiff dependency specification.

poetry.lock

Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ include = [
2727

2828
[tool.poetry.dependencies]
2929
python = "^3.9"
30-
deepdiff = "^8.6.1"
30+
deepdiff = ">=8.6.1,<9.0.0"
3131
jmespath = "^1.0.1"
3232

3333
[tool.poetry.group.dev.dependencies]

0 commit comments

Comments
 (0)