Skip to content

Commit e687ffd

Browse files
build: Restrict ruamel-yaml v0.18.6 or older
* ruamel-yaml v0.18.7 has a breaking API change relative to v0.18.6. Until this can be fixed, introduce a short lived version cap. - c.f. https://pypi.org/project/ruamel.yaml/0.18.7/ c.f. https://sourceforge.net/p/ruamel-yaml/code/ci/0.18.7/tree/
1 parent d329059 commit e687ffd

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
@@ -49,7 +49,7 @@ dependencies = [
4949
"rich>=13.0.0", # databinder
5050
"aiofile", # compatible versions controlled through miniopy-async
5151
"make-it-sync", # compatible versions controlled through func_adl
52-
"ruamel.yaml>=0.18",
52+
"ruamel.yaml>=0.18,<0.18.7", # FIXME: ruamel-yaml v0.18.7 has a breaking API change relative to v0.18.6
5353
"ccorp-yaml-include-relative-path>=0.0.4",
5454
"filelock>=3.12.0",
5555
"tenacity >= 9.0.0"

0 commit comments

Comments
 (0)