Skip to content

Commit 6065665

Browse files
Merge pull request #418 from microsoftgraph/dependabot/pip/microsoft-kiota-abstractions-0.9.0
Bump microsoft-kiota-abstractions from 0.8.7 to 0.9.0
2 parents 28dd02a + 4a962f7 commit 6065665

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)