Skip to content

Commit c510498

Browse files
authored
fix(ingest/build: Pin ruamel.yaml version (#15788)
1 parent df6f791 commit c510498

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

metadata-ingestion/setup.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,9 @@
5454
"requests_file",
5555
"jsonref",
5656
"jsonschema",
57-
"ruamel.yaml",
57+
# From ruamel-yaml 0.19.0 (Dec 31, 2025) it requires ruamel-yaml-clibz as a mandatory dependency
58+
# which is not available as wheel.
59+
"ruamel.yaml<0.19.0",
5860
}
5961

6062
rest_common = {"requests", "requests_file"}

0 commit comments

Comments
 (0)