From 187c23a411d7beefc8d46011e16b580f9679071a Mon Sep 17 00:00:00 2001 From: Morgan Parry Date: Tue, 10 Dec 2024 16:20:07 +0000 Subject: [PATCH] Fixed msal constraint --- recipe/meta.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/recipe/meta.yaml b/recipe/meta.yaml index 587f0d7..e548110 100644 --- a/recipe/meta.yaml +++ b/recipe/meta.yaml @@ -11,7 +11,7 @@ source: build: skip: true # [py<37] - number: 1 + number: 2 script: {{ PYTHON }} -m pip install . -vv requirements: @@ -25,7 +25,7 @@ requirements: run: - python - libsecret # [not win] - - msal >=1.2.9,<2.0 + - msal >=1.29,<2.0 - portalocker >=1.6,<3.0 - pygobject >=3,<4 # [not win]