We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 46730d3 commit 656f1deCopy full SHA for 656f1de
pyproject.toml
@@ -8,7 +8,12 @@ version = "0.1.0"
8
authors = [{name = "Microsoft", email = "graphtooling+python@microsoft.com"}]
9
description = "The Microsoft Graph Python SDK"
10
dependencies = [
11
+ "azure-identity >=1.10.0",
12
"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",
17
"msgraph_core @ https://github.com/microsoftgraph/msgraph-sdk-python-core/archive/refs/tags/v0.3.0-preview.zip"
18
19
]
0 commit comments