Skip to content

Commit bd740be

Browse files
committed
Right url for core dependency
1 parent f8c1bd0 commit bd740be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ authors = [{name = "Microsoft", email = "graphtooling+python@microsoft.com"}]
99
description = "The Microsoft Graph Python SDK"
1010
dependencies = [
1111
"microsoft-kiota-abstractions >=0.1.0",
12-
"git+https://github.com/microsoftgraph/msgraph-sdk-python-core.git@kiota/long-term-branch#egg=msgraph_core",
12+
"msgraph_core @ https://github.com/microsoftgraph/msgraph-sdk-python-core.git#kiota/long-term-branch",
1313

1414
]
1515
requires-python = ">=3.6"

0 commit comments

Comments
 (0)