Skip to content

Commit 7711929

Browse files
chore: update kiota-python dependencies to 1.10.1
Bump microsoft-kiota-abstractions, microsoft-kiota-authentication-azure, microsoft-kiota-http, and microsoft-kiota-serialization-json to 1.10.1. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent 4cb5cf4 commit 7711929

2 files changed

Lines changed: 7 additions & 7 deletions

File tree

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@ version = "1.3.8"
1111
authors = [{name = "Microsoft", email = "graphtooling+python@microsoft.com"}]
1212
description = "Core component of the Microsoft Graph Python SDK"
1313
dependencies = [
14-
"microsoft-kiota-abstractions >=1.8.0,<2.0.0",
15-
"microsoft-kiota-authentication-azure >=1.8.0,<2.0.0",
16-
"microsoft-kiota-http >=1.8.0,<2.0.0",
14+
"microsoft-kiota-abstractions >=1.10.1,<2.0.0",
15+
"microsoft-kiota-authentication-azure >=1.10.1,<2.0.0",
16+
"microsoft-kiota-http >=1.10.1,<2.0.0",
1717
"httpx[http2] >=0.23.0",
1818
]
1919
requires-python = ">=3.10"

requirements-dev.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -145,13 +145,13 @@ httpx[http2]==0.28.1
145145

146146
hyperframe==6.1.0 ; python_full_version >= '3.6.1'
147147

148-
microsoft-kiota-abstractions==1.9.5
148+
microsoft-kiota-abstractions==1.10.1
149149

150-
microsoft-kiota-authentication-azure==1.9.5
150+
microsoft-kiota-authentication-azure==1.10.1
151151

152-
microsoft-kiota-http==1.9.5
152+
microsoft-kiota-http==1.10.1
153153

154-
microsoft-kiota-serialization-json==1.9.5
154+
microsoft-kiota-serialization-json==1.10.1
155155

156156
multidict==6.6.4 ; python_version >= '3.7'
157157

0 commit comments

Comments
 (0)