Skip to content

Commit 4b74edf

Browse files
authored
Merge branch 'main' into fix-docker-swarm-operator-auto-remove
2 parents 7187d1d + 78eadb1 commit 4b74edf

File tree

1 file changed

+1
-1
lines changed
  • providers/src/airflow/providers/microsoft/azure/hooks

1 file changed

+1
-1
lines changed

providers/src/airflow/providers/microsoft/azure/hooks/msgraph.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -288,7 +288,7 @@ def get_conn(self) -> RequestAdapter:
288288
http_client = GraphClientFactory.create_with_default_middleware(
289289
api_version=api_version, # type: ignore
290290
client=httpx.AsyncClient(
291-
mounts=httpx_proxies,
291+
proxy=httpx_proxies, # type: ignore
292292
timeout=Timeout(timeout=self.timeout),
293293
verify=verify,
294294
trust_env=trust_env,

0 commit comments

Comments
 (0)