From 7711929e46fc9300e10cb66244f17ad3b74093c3 Mon Sep 17 00:00:00 2001 From: ramsessanchez <63934382+ramsessanchez@users.noreply.github.com> Date: Tue, 19 May 2026 00:55:12 -0700 Subject: [PATCH] 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> --- pyproject.toml | 6 +++--- requirements-dev.txt | 8 ++++---- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index c636be4b..951378f9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -11,9 +11,9 @@ version = "1.3.8" authors = [{name = "Microsoft", email = "graphtooling+python@microsoft.com"}] description = "Core component of the Microsoft Graph Python SDK" dependencies = [ - "microsoft-kiota-abstractions >=1.8.0,<2.0.0", - "microsoft-kiota-authentication-azure >=1.8.0,<2.0.0", - "microsoft-kiota-http >=1.8.0,<2.0.0", + "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", "httpx[http2] >=0.23.0", ] requires-python = ">=3.10" diff --git a/requirements-dev.txt b/requirements-dev.txt index 163ea8c8..4303456c 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -145,13 +145,13 @@ httpx[http2]==0.28.1 hyperframe==6.1.0 ; python_full_version >= '3.6.1' -microsoft-kiota-abstractions==1.9.5 +microsoft-kiota-abstractions==1.10.1 -microsoft-kiota-authentication-azure==1.9.5 +microsoft-kiota-authentication-azure==1.10.1 -microsoft-kiota-http==1.9.5 +microsoft-kiota-http==1.10.1 -microsoft-kiota-serialization-json==1.9.5 +microsoft-kiota-serialization-json==1.10.1 multidict==6.6.4 ; python_version >= '3.7'