From d81bfb1c5ecb49d887af4ede29dcf93bc5d17aa7 Mon Sep 17 00:00:00 2001 From: akrherz Date: Mon, 2 Dec 2024 13:52:30 -0600 Subject: [PATCH] constrain msrest<0.6 on older vsts-python-api --- recipe/patch_yaml/vsts-python-api.yaml | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 recipe/patch_yaml/vsts-python-api.yaml diff --git a/recipe/patch_yaml/vsts-python-api.yaml b/recipe/patch_yaml/vsts-python-api.yaml new file mode 100644 index 000000000..289062ebf --- /dev/null +++ b/recipe/patch_yaml/vsts-python-api.yaml @@ -0,0 +1,8 @@ +# older vsts-python-api needs constrained msrest dep +if: + name: vsts-python-api + timestamp_lt: 1733163793000 +then: + - tighten_depends: + name: msrest + upper_bound: "0.6"