We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d329059 commit e687ffdCopy full SHA for e687ffd
pyproject.toml
@@ -49,7 +49,7 @@ dependencies = [
49
"rich>=13.0.0", # databinder
50
"aiofile", # compatible versions controlled through miniopy-async
51
"make-it-sync", # compatible versions controlled through func_adl
52
- "ruamel.yaml>=0.18",
+ "ruamel.yaml>=0.18,<0.18.7", # FIXME: ruamel-yaml v0.18.7 has a breaking API change relative to v0.18.6
53
"ccorp-yaml-include-relative-path>=0.0.4",
54
"filelock>=3.12.0",
55
"tenacity >= 9.0.0"
0 commit comments