Skip to content

Commit cee82c5

Browse files
committed
Update project file wih the right repo for core
1 parent d1b1a8e commit cee82c5

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-
"msgraph_core @ https://github.com/microsoftgraph/msgraph-sdk-python-core#kiota/long-term-branch",
12+
"git+https://github.com/microsoftgraph/msgraph-sdk-python-core.git@kiota/long-term-branch#egg=msgraph_core",
1313

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

0 commit comments

Comments
 (0)