Skip to content

Commit 6c3ab57

Browse files
authored
Merge pull request #142 from microsoftgraph/task/kiota-core-migration
Task/kiota core migration
2 parents 7cd67e4 + b25f4ac commit 6c3ab57

22 files changed

+147
-864
lines changed

Pipfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ name = "pypi"
55

66
[packages] # Packages required to run the application
77
microsoft-kiota-abstractions = "==0.1.0"
8-
microsoft-kiota-http = "==0.1.2"
8+
microsoft-kiota-http = "==0.2.0"
99
microsoft-kiota-authentication-azure = "==0.1.0"
1010
httpx = {version = "==0.23.0", extras = ["http2"]}
1111

Pipfile.lock

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

msgraph/core/__init__.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
# ------------------------------------
55
from ._constants import SDK_VERSION
66
from ._enums import APIVersion, NationalClouds
7-
from .graph_client import GraphClient
87
from .graph_client_factory import GraphClientFactory
98

109
__version__ = SDK_VERSION

0 commit comments

Comments
 (0)