Skip to content

Commit c280dbd

Browse files
authored
Merge pull request #87 from microsoftgraph/experiment/request-context
Experiment/request context
2 parents b9e7cbf + 508208b commit c280dbd

17 files changed

+201
-179
lines changed

Pipfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@ pre-commit = "==2.10.1"
99

1010
[dev-packages] # Packages required to develop the application
1111
coverage = "==5.0.3"
12+
azure-identity = "*"
1213
responses = "==0.10.12"
1314
flit = "==2.2.0"
14-
azure-identity = "==1.5.0"
1515
isort = "==5.7.0"
1616
yapf = "==0.30.0"
1717
mypy = "==0.800"

Pipfile.lock

Lines changed: 53 additions & 73 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dev_requirements.txt

Lines changed: 0 additions & 5 deletions
This file was deleted.

docs/design/request_context.puml

Whitespace-only changes.

msgraphcore/__init__.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1-
from .constants import SDK_VERSION
1+
from msgraphcore.client_factory import HTTPClientFactory
2+
from msgraphcore.constants import SDK_VERSION
3+
from msgraphcore.graph_client import GraphClient
24

35
__version__ = SDK_VERSION

0 commit comments

Comments
 (0)