Skip to content

Commit 2fae01d

Browse files
chore: update kiota dependencies to 1.11.6
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent 69226a0 commit 2fae01d

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.4.0"
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.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",
14+
"microsoft-kiota-abstractions >=1.11.6,<2.0.0",
15+
"microsoft-kiota-authentication-azure >=1.11.6,<2.0.0",
16+
"microsoft-kiota-http >=1.11.6,<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
@@ -144,13 +144,13 @@ httpx[http2]==0.28.1
144144

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

147-
microsoft-kiota-abstractions==1.10.1
147+
microsoft-kiota-abstractions==1.11.6
148148

149-
microsoft-kiota-authentication-azure==1.10.1
149+
microsoft-kiota-authentication-azure==1.11.6
150150

151-
microsoft-kiota-http==1.10.1
151+
microsoft-kiota-http==1.11.6
152152

153-
microsoft-kiota-serialization-json==1.10.1
153+
microsoft-kiota-serialization-json==1.11.6
154154

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

0 commit comments

Comments
 (0)