Skip to content

Commit 4a962f7

Browse files
Bump microsoft-kiota-abstractions from 0.8.7 to 0.9.0
Bumps [microsoft-kiota-abstractions](https://github.com/microsoft/kiota) from 0.8.7 to 0.9.0. - [Release notes](https://github.com/microsoft/kiota/releases) - [Changelog](https://github.com/microsoft/kiota/blob/main/CHANGELOG.md) - [Commits](https://github.com/microsoft/kiota/commits/v0.9.0) --- updated-dependencies: - dependency-name: microsoft-kiota-abstractions dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 28dd02a commit 4a962f7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
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
"azure-identity >=1.12.0",
12-
"microsoft-kiota-abstractions >=0.8,<0.9 ",
12+
"microsoft-kiota-abstractions >=0.8,<0.10 ",
1313
"microsoft-kiota-authentication-azure >=0.3,<0.4",
1414
"microsoft-kiota-serialization-json >=0.4,<0.5",
1515
"microsoft-kiota-serialization-text >=0.2.0",

requirements-dev.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ hyperframe==6.0.1 ; python_full_version >= '3.6.1'
9494

9595
idna==3.4 ; python_version >= '3.5'
9696

97-
microsoft-kiota-abstractions==0.8.7
97+
microsoft-kiota-abstractions==0.9.0
9898

9999
microsoft-kiota-authentication-azure==0.3.0
100100

0 commit comments

Comments
 (0)