File tree Expand file tree Collapse file tree 3 files changed +354
-40
lines changed Expand file tree Collapse file tree 3 files changed +354
-40
lines changed Original file line number Diff line number Diff line change @@ -111,6 +111,10 @@ uv run python scripts/speeches.py delete-transcription "$JOB_ID"
111
111
uv run python scripts/speeches.py delete-transcription " $JOB_ID " --force
112
112
```
113
113
114
+ ## Microsoft Graph API
115
+
116
+ - [ Build Python apps with Microsoft Graph] ( https://learn.microsoft.com/en-us/graph/tutorials/python?tabs=aad )
117
+
114
118
## MCP
115
119
116
120
- [ FastAPI-MCP] ( https://github.com/tadata-org/fastapi_mcp )
Original file line number Diff line number Diff line change @@ -7,12 +7,14 @@ requires-python = ">=3.10"
7
7
dependencies = [
8
8
" azure-cosmos>=4.9.0" ,
9
9
" azure-functions>=1.23.0" ,
10
+ " azure-identity>=1.23.0" ,
10
11
" azure-monitor-opentelemetry>=1.6.10" ,
11
12
" azure-storage-blob>=12.25.1" ,
12
13
" fastapi-mcp>=0.3.4" ,
13
14
" fastapi[standard]>=0.115.12" ,
14
15
" langchain-community>=0.3.27" ,
15
16
" langchain-openai>=0.3.27" ,
17
+ " msgraph-sdk>=1.37.0" ,
16
18
" opentelemetry-instrumentation-fastapi>=0.52b1" ,
17
19
" pydantic-settings>=2.10.1" ,
18
20
" typer>=0.16.0" ,
You can’t perform that action at this time.
0 commit comments