This is an automated email from the ASF dual-hosted git repository.

tvb pushed a commit to branch tristan/pin-ruamel-yaml
in repository https://gitbox.apache.org/repos/asf/buildstream.git

commit c831c10f4c36be6d1937187edddbfc3cf35878f8
Author: Seppo Yli-Olli <[email protected]>
AuthorDate: Fri Jan 5 18:13:39 2024 +0200

    Add requirement for ruamel.yaml
    
    ruamel.yaml 0.18.x has incompatible API chnges
---
 requirements/requirements.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/requirements/requirements.in b/requirements/requirements.in
index eda65c0c6..68bcfe55f 100644
--- a/requirements/requirements.in
+++ b/requirements/requirements.in
@@ -4,6 +4,6 @@ jinja2 >= 2.10
 pluginbase
 protobuf >= 3.19
 psutil
-ruamel.yaml
+ruamel.yaml < 0.18
 setuptools
 ujson

Reply via email to