Skip to content

Commit 7dac011

Browse files
committed
uv add azure-identity msgraph-sdk && make update
1 parent f2a5f8e commit 7dac011

File tree

3 files changed

+354
-40
lines changed

3 files changed

+354
-40
lines changed

docs/index.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -111,6 +111,10 @@ uv run python scripts/speeches.py delete-transcription "$JOB_ID"
111111
uv run python scripts/speeches.py delete-transcription "$JOB_ID" --force
112112
```
113113

114+
## Microsoft Graph API
115+
116+
- [Build Python apps with Microsoft Graph](https://learn.microsoft.com/en-us/graph/tutorials/python?tabs=aad)
117+
114118
## MCP
115119

116120
- [FastAPI-MCP](https://github.com/tadata-org/fastapi_mcp)

pyproject.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,14 @@ requires-python = ">=3.10"
77
dependencies = [
88
"azure-cosmos>=4.9.0",
99
"azure-functions>=1.23.0",
10+
"azure-identity>=1.23.0",
1011
"azure-monitor-opentelemetry>=1.6.10",
1112
"azure-storage-blob>=12.25.1",
1213
"fastapi-mcp>=0.3.4",
1314
"fastapi[standard]>=0.115.12",
1415
"langchain-community>=0.3.27",
1516
"langchain-openai>=0.3.27",
17+
"msgraph-sdk>=1.37.0",
1618
"opentelemetry-instrumentation-fastapi>=0.52b1",
1719
"pydantic-settings>=2.10.1",
1820
"typer>=0.16.0",

0 commit comments

Comments
 (0)