dabla commented on code in PR #71350:
URL: https://github.com/apache/airflow/pull/71350#discussion_r3835575189


##########
providers/microsoft/azure/pyproject.toml:
##########
@@ -99,6 +99,7 @@ dependencies = [
     # It was added in https://github.com/apache/airflow/pull/47990/files
     # maybe this should be set from upstream
     "msal-extensions>=1.3.0",
+    "requests>=2.32.0,<3",

Review Comment:
   Maybe you're not aware but you have also an async variant of 
ClientSecretCredential, but if we would go that route that would mean we 
probably need a dedicated async hook, so would leave it with asyncio.to_thread 
as you mentioned.  Could be an idea for a follow up PR in the future.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to