aaron-y-chen commented on code in PR #71350:
URL: https://github.com/apache/airflow/pull/71350#discussion_r3836015686


##########
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:
   I see. After thinking it over, I still believe we can go with the async-only 
approach since it's a good fit for the AAS refresh scenario.



-- 
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