From fe947d24585a0ae7faaa399a93266a91f5016504 Mon Sep 17 00:00:00 2001 From: Elad Kalif <45845474+eladkal@users.noreply.github.com> Date: Wed, 20 Aug 2025 22:39:53 +0300 Subject: [PATCH] Remove portalocker dependency --- providers/microsoft/azure/pyproject.toml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/providers/microsoft/azure/pyproject.toml b/providers/microsoft/azure/pyproject.toml index a2bac7bbc7615..ecd50c3b38aa4 100644 --- a/providers/microsoft/azure/pyproject.toml +++ b/providers/microsoft/azure/pyproject.toml @@ -86,8 +86,10 @@ dependencies = [ "microsoft-kiota-serialization-text>=1.9.4", "microsoft-kiota-abstractions>=1.9.4,<2.0.0", "microsoft-kiota-authentication-azure>=1.9.4,<2.0.0", - "msal-extensions>=1.1.0", - "portalocker>=2.8.1", + # TODO: verify if we really need to have this as explicit dependency. + # It was added in https://github.com/apache/airflow/pull/47990/files + # maybe this should be set from upstream + "msal-extensions>=1.3.0", ] # The optional dependencies should be modified in place in the generated file