Skip to content

Commit 04add70

Browse files
committed
Merge branch 'dev' into kiota/long-term-branch
2 parents 1a47850 + 968acfe commit 04add70

File tree

2 files changed

+24
-0
lines changed

2 files changed

+24
-0
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,9 @@ The Microsoft Graph Core Python Client Library contains core classes used by [Mi
1010
> This is a new major version of the Python Core library for Microsoft Graph based on the [Kiota](https://microsoft.github.io/kiota/) project. We recommend to use this library with the [full Python SDK](https://github.com/microsoftgraph/msgraph-sdk-python).
1111
> Upgrading to this version from the [previous version of the Python Core library](https://pypi.org/project/msgraph-core/0.2.2/) will introduce breaking changes into your application.
1212
13+
> Note:
14+
> This is not the most recent version of the Python Core library. Upgrading to the [newer version](https://github.com/microsoftgraph/msgraph-sdk-python-core/blob/kiota/long-term-branch/README.md) will introduce breaking changes into your application.
15+
1316
## Prerequisites
1417

1518
Python 3.8+

pyproject.toml

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,3 +65,24 @@ push = false
6565
"pyproject.toml" = ['current_version = "{version}"', 'version = "{version}"']
6666
"src/msgraph_core/_constants.py" = ["{version}"]
6767

68+
[project.urls]
69+
homepage = "https://github.com/microsoftgraph/msgraph-sdk-python-core#readme"
70+
repository = "https://github.com/microsoftgraph/msgraph-sdk-python-core"
71+
documentation = "https://github.com/microsoftgraph/msgraph-sdk-python-core/docs"
72+
73+
[tool.flit.module]
74+
name = "msgraph"
75+
76+
[tool.mypy]
77+
warn_unused_configs = true
78+
files = "msgraph"
79+
ignore_missing_imports = true
80+
81+
[tool.yapf]
82+
based_on_style = "pep8"
83+
dedent_closing_brackets = true
84+
each_dict_entry_on_separate_line = true
85+
column_limit = 100
86+
87+
[tool.isort]
88+
profile = "hug"

0 commit comments

Comments
 (0)