Skip to content

Commit

Permalink
Pin deepdiff to later version
Browse files Browse the repository at this point in the history
Pins deepdiff to the penultimate version (7) which fixes a PyYAML
dependency issue with Cython [1] but which does not have the redesigned
output interface from version 8. This commit should fix CI for Python
versions 3.10 and 3.11.

[1] seperman/deepdiff#406
  • Loading branch information
huddlej committed Sep 3, 2024
1 parent fbb4f3b commit 159e8ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ dependencies = [
test = [
"coverage[toml] >=5.2.1, ==5.*",
"cram >=0.7, ==0.*",
"deepdiff[cli] >=5.2.0, ==5.*",
"deepdiff[cli] >=7.0.0, ==7.*",
"flake8 >=3.9.0, ==3.*",
"pylint >=2.14.5, ==2.*",
]
Expand Down

0 comments on commit 159e8ed

Please # to comment.