approved these changes Aug 5, 2023
huddlej added a commit to blab/popcast that referenced this pull request
Sep 3, 2024Pins 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] qlustered/deepdiff#406
huddlej added a commit to blab/popcast that referenced this pull request
Sep 4, 2024Pins deepdiff to the latest version (8) which includes a fix a PyYAML dependency issue with Cython [1]. Also, replaces the deep diff CLI command in a functional test with a custom Python script that uses the DeepDiff class, working around an issue where the deep diff CLI did not properly recognize numeric values and caused the functional test to fail spuriously. This commit should fix CI for Python versions 3.10 and 3.11. [1] qlustered/deepdiff#406