From 2fae01d9dba9d766844db90122af4f961ddf2ef2 Mon Sep 17 00:00:00 2001 From: ramsessanchez <63934382+ramsessanchez@users.noreply.github.com> Date: Mon, 29 Jun 2026 12:37:43 -0700 Subject: [PATCH] chore: update kiota dependencies to 1.11.6 Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> --- pyproject.toml | 6 +++--- requirements-dev.txt | 8 ++++---- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index a96b9f33..40b83162 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -11,9 +11,9 @@ version = "1.4.0" authors = [{name = "Microsoft", email = "graphtooling+python@microsoft.com"}] description = "Core component of the Microsoft Graph Python SDK" dependencies = [ - "microsoft-kiota-abstractions >=1.10.1,<2.0.0", - "microsoft-kiota-authentication-azure >=1.10.1,<2.0.0", - "microsoft-kiota-http >=1.10.1,<2.0.0", + "microsoft-kiota-abstractions >=1.11.6,<2.0.0", + "microsoft-kiota-authentication-azure >=1.11.6,<2.0.0", + "microsoft-kiota-http >=1.11.6,<2.0.0", "httpx[http2] >=0.23.0", ] requires-python = ">=3.10" diff --git a/requirements-dev.txt b/requirements-dev.txt index ab615dea..28a2ff74 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -144,13 +144,13 @@ httpx[http2]==0.28.1 hyperframe==6.1.0 ; python_full_version >= '3.6.1' -microsoft-kiota-abstractions==1.10.1 +microsoft-kiota-abstractions==1.11.6 -microsoft-kiota-authentication-azure==1.10.1 +microsoft-kiota-authentication-azure==1.11.6 -microsoft-kiota-http==1.10.1 +microsoft-kiota-http==1.11.6 -microsoft-kiota-serialization-json==1.10.1 +microsoft-kiota-serialization-json==1.11.6 multidict==6.6.4 ; python_version >= '3.7'