Skip to content

Commit 656f1de

Browse files
committed
Update project dependencies
1 parent 46730d3 commit 656f1de

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

pyproject.toml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,12 @@ version = "0.1.0"
88
authors = [{name = "Microsoft", email = "graphtooling+python@microsoft.com"}]
99
description = "The Microsoft Graph Python SDK"
1010
dependencies = [
11+
"azure-identity >=1.10.0",
1112
"microsoft-kiota-abstractions >=0.1.0",
13+
"microsoft-kiota-authentication-azure >=0.1.0",
14+
"microsoft-kiota-serialization-json >=0.1.0",
15+
"microsoft-kiota-serialization-text >=0.1.0",
16+
"microsoft-kiota-http >=0.1.0",
1217
"msgraph_core @ https://github.com/microsoftgraph/msgraph-sdk-python-core/archive/refs/tags/v0.3.0-preview.zip"
1318

1419
]

0 commit comments

Comments
 (0)