Skip to content

Commit 159e8ed

Browse files
committed
Pin deepdiff to later version
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
1 parent fbb4f3b commit 159e8ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ dependencies = [
3030
test = [
3131
"coverage[toml] >=5.2.1, ==5.*",
3232
"cram >=0.7, ==0.*",
33-
"deepdiff[cli] >=5.2.0, ==5.*",
33+
"deepdiff[cli] >=7.0.0, ==7.*",
3434
"flake8 >=3.9.0, ==3.*",
3535
"pylint >=2.14.5, ==2.*",
3636
]

0 commit comments

Comments
 (0)