From 00449ceb2ae57cae8f94531268c565c08cc6422c Mon Sep 17 00:00:00 2001 From: "release-please-token-provider[bot]" <225477224+release-please-token-provider[bot]@users.noreply.github.com> Date: Mon, 2 Mar 2026 20:54:33 +0000 Subject: [PATCH] chore: release main --- .release-please-manifest.json | 16 ++++++++-------- packages/abstractions/CHANGELOG.md | 7 +++++++ packages/abstractions/pyproject.toml | 2 +- packages/authentication/azure/CHANGELOG.md | 7 +++++++ packages/authentication/azure/pyproject.toml | 2 +- packages/bundle/CHANGELOG.md | 7 +++++++ packages/bundle/pyproject.toml | 2 +- packages/http/httpx/CHANGELOG.md | 12 ++++++++++++ packages/http/httpx/pyproject.toml | 2 +- packages/serialization/form/CHANGELOG.md | 7 +++++++ packages/serialization/form/pyproject.toml | 2 +- packages/serialization/json/CHANGELOG.md | 7 +++++++ packages/serialization/json/pyproject.toml | 2 +- packages/serialization/multipart/CHANGELOG.md | 7 +++++++ packages/serialization/multipart/pyproject.toml | 2 +- packages/serialization/text/CHANGELOG.md | 7 +++++++ packages/serialization/text/pyproject.toml | 2 +- 17 files changed, 77 insertions(+), 16 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 59789c66..dbf8bb5f 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,10 +1,10 @@ { - "packages/abstractions": "1.9.8", - "packages/authentication/azure": "1.9.8", - "packages/http/httpx": "1.9.8", - "packages/serialization/json": "1.9.8", - "packages/serialization/form": "1.9.8", - "packages/serialization/text": "1.9.8", - "packages/serialization/multipart": "1.9.8", - "packages/bundle": "1.9.8" + "packages/abstractions": "1.9.9", + "packages/authentication/azure": "1.9.9", + "packages/http/httpx": "1.9.9", + "packages/serialization/json": "1.9.9", + "packages/serialization/form": "1.9.9", + "packages/serialization/text": "1.9.9", + "packages/serialization/multipart": "1.9.9", + "packages/bundle": "1.9.9" } \ No newline at end of file diff --git a/packages/abstractions/CHANGELOG.md b/packages/abstractions/CHANGELOG.md index 0d108512..568ca4a9 100644 --- a/packages/abstractions/CHANGELOG.md +++ b/packages/abstractions/CHANGELOG.md @@ -5,6 +5,13 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [1.9.9](https://github.com/microsoft/kiota-python/compare/microsoft-kiota-abstractions-v1.9.8...microsoft-kiota-abstractions-v1.9.9) (2026-03-02) + + +### Miscellaneous Chores + +* **microsoft-kiota-abstractions:** Synchronize microsoft-kiota versions + ## [1.9.8](https://github.com/microsoft/kiota-python/compare/microsoft-kiota-abstractions-v1.9.7...microsoft-kiota-abstractions-v1.9.8) (2025-12-29) diff --git a/packages/abstractions/pyproject.toml b/packages/abstractions/pyproject.toml index c4920bf5..3617d2f4 100644 --- a/packages/abstractions/pyproject.toml +++ b/packages/abstractions/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api" [tool.poetry] name = "microsoft-kiota-abstractions" -version = "1.9.8" +version = "1.9.9" description = "Core abstractions for kiota generated libraries in Python" authors = ["Microsoft "] license = "MIT" diff --git a/packages/authentication/azure/CHANGELOG.md b/packages/authentication/azure/CHANGELOG.md index 7a14c3a3..c787575e 100644 --- a/packages/authentication/azure/CHANGELOG.md +++ b/packages/authentication/azure/CHANGELOG.md @@ -5,6 +5,13 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [1.9.9](https://github.com/microsoft/kiota-python/compare/microsoft-kiota-authentication-azure-v1.9.8...microsoft-kiota-authentication-azure-v1.9.9) (2026-03-02) + + +### Miscellaneous Chores + +* **microsoft-kiota-authentication-azure:** Synchronize microsoft-kiota versions + ## [1.9.8](https://github.com/microsoft/kiota-python/compare/microsoft-kiota-authentication-azure-v1.9.7...microsoft-kiota-authentication-azure-v1.9.8) (2025-12-29) diff --git a/packages/authentication/azure/pyproject.toml b/packages/authentication/azure/pyproject.toml index af58583d..12e66e31 100644 --- a/packages/authentication/azure/pyproject.toml +++ b/packages/authentication/azure/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api" [tool.poetry] name = "microsoft-kiota-authentication-azure" -version = "1.9.8" +version = "1.9.9" description = "Core abstractions for kiota generated libraries in Python" authors = ["Microsoft "] license = "MIT" diff --git a/packages/bundle/CHANGELOG.md b/packages/bundle/CHANGELOG.md index 03b41c94..9f313d38 100644 --- a/packages/bundle/CHANGELOG.md +++ b/packages/bundle/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.9.9](https://github.com/microsoft/kiota-python/compare/microsoft-kiota-bundle-v1.9.8...microsoft-kiota-bundle-v1.9.9) (2026-03-02) + + +### Miscellaneous Chores + +* **microsoft-kiota-bundle:** Synchronize microsoft-kiota versions + ## [1.9.8](https://github.com/microsoft/kiota-python/compare/microsoft-kiota-bundle-v1.9.7...microsoft-kiota-bundle-v1.9.8) (2025-12-29) diff --git a/packages/bundle/pyproject.toml b/packages/bundle/pyproject.toml index 7df95c3d..ac97637c 100644 --- a/packages/bundle/pyproject.toml +++ b/packages/bundle/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api" [tool.poetry] name = "microsoft-kiota-bundle" -version = "1.9.8" +version = "1.9.9" description = "Bundle package for kiota generated libraries in Python" authors = ["Microsoft "] license = "MIT" diff --git a/packages/http/httpx/CHANGELOG.md b/packages/http/httpx/CHANGELOG.md index dd22d44c..3eec5f31 100644 --- a/packages/http/httpx/CHANGELOG.md +++ b/packages/http/httpx/CHANGELOG.md @@ -5,6 +5,18 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [1.9.9](https://github.com/microsoft/kiota-python/compare/microsoft-kiota-http-v1.9.8...microsoft-kiota-http-v1.9.9) (2026-03-02) + + +### Bug Fixes + +* add header removal handler ([d066e9c](https://github.com/microsoft/kiota-python/commit/d066e9c8accf75cc15866f415d6ac1891653441c)) +* add header removal handler ([67bb784](https://github.com/microsoft/kiota-python/commit/67bb784b0794072b7a97d40bc1454c5a8ee3e414)) +* add header removal handler ([44e8d94](https://github.com/microsoft/kiota-python/commit/44e8d940bb6d6284b2eee67a01b5bdd31f7e9e5c)) +* add header removal handler ([b64ec6e](https://github.com/microsoft/kiota-python/commit/b64ec6e584baee40fa2f99a1dc4984fc9b98a56b)) +* add header removal handler ([648d31b](https://github.com/microsoft/kiota-python/commit/648d31b4fb1848330da58641eb8de9c14c8f7206)) +* add header removal handler ([9700ed9](https://github.com/microsoft/kiota-python/commit/9700ed9d6b8715e9a87f7842e4db84af0cf682fe)) + ## [1.9.8](https://github.com/microsoft/kiota-python/compare/microsoft-kiota-http-v1.9.7...microsoft-kiota-http-v1.9.8) (2025-12-29) diff --git a/packages/http/httpx/pyproject.toml b/packages/http/httpx/pyproject.toml index 2e501f21..1d3bab19 100644 --- a/packages/http/httpx/pyproject.toml +++ b/packages/http/httpx/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api" [tool.poetry] name = "microsoft-kiota-http" -version = "1.9.8" +version = "1.9.9" description = "Core abstractions for kiota generated libraries in Python" authors = ["Microsoft "] license = "MIT" diff --git a/packages/serialization/form/CHANGELOG.md b/packages/serialization/form/CHANGELOG.md index 541ac790..2bfe5604 100644 --- a/packages/serialization/form/CHANGELOG.md +++ b/packages/serialization/form/CHANGELOG.md @@ -11,6 +11,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Changed +## [1.9.9](https://github.com/microsoft/kiota-python/compare/microsoft-kiota-serialization-form-v1.9.8...microsoft-kiota-serialization-form-v1.9.9) (2026-03-02) + + +### Miscellaneous Chores + +* **microsoft-kiota-serialization-form:** Synchronize microsoft-kiota versions + ## [1.9.8](https://github.com/microsoft/kiota-python/compare/microsoft-kiota-serialization-form-v1.9.7...microsoft-kiota-serialization-form-v1.9.8) (2025-12-29) diff --git a/packages/serialization/form/pyproject.toml b/packages/serialization/form/pyproject.toml index 26e33492..cf82ea02 100644 --- a/packages/serialization/form/pyproject.toml +++ b/packages/serialization/form/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api" [tool.poetry] name = "microsoft-kiota-serialization-form" -version = "1.9.8" +version = "1.9.9" description = "Core abstractions for kiota generated libraries in Python" authors = ["Microsoft "] license = "MIT" diff --git a/packages/serialization/json/CHANGELOG.md b/packages/serialization/json/CHANGELOG.md index 46407de2..bf1065b2 100644 --- a/packages/serialization/json/CHANGELOG.md +++ b/packages/serialization/json/CHANGELOG.md @@ -5,6 +5,13 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [1.9.9](https://github.com/microsoft/kiota-python/compare/microsoft-kiota-serialization-json-v1.9.8...microsoft-kiota-serialization-json-v1.9.9) (2026-03-02) + + +### Miscellaneous Chores + +* **microsoft-kiota-serialization-json:** Synchronize microsoft-kiota versions + ## [1.9.8](https://github.com/microsoft/kiota-python/compare/microsoft-kiota-serialization-json-v1.9.7...microsoft-kiota-serialization-json-v1.9.8) (2025-12-29) diff --git a/packages/serialization/json/pyproject.toml b/packages/serialization/json/pyproject.toml index 2ab54ea5..3a163013 100644 --- a/packages/serialization/json/pyproject.toml +++ b/packages/serialization/json/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api" [tool.poetry] name = "microsoft-kiota-serialization-json" -version = "1.9.8" +version = "1.9.9" description = "Core abstractions for kiota generated libraries in Python" authors = ["Microsoft "] license = "MIT" diff --git a/packages/serialization/multipart/CHANGELOG.md b/packages/serialization/multipart/CHANGELOG.md index cc1f8d36..0b79b3ba 100644 --- a/packages/serialization/multipart/CHANGELOG.md +++ b/packages/serialization/multipart/CHANGELOG.md @@ -9,6 +9,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Changed +## [1.9.9](https://github.com/microsoft/kiota-python/compare/microsoft-kiota-serialization-multipart-v1.9.8...microsoft-kiota-serialization-multipart-v1.9.9) (2026-03-02) + + +### Miscellaneous Chores + +* **microsoft-kiota-serialization-multipart:** Synchronize microsoft-kiota versions + ## [1.9.8](https://github.com/microsoft/kiota-python/compare/microsoft-kiota-serialization-multipart-v1.9.7...microsoft-kiota-serialization-multipart-v1.9.8) (2025-12-29) diff --git a/packages/serialization/multipart/pyproject.toml b/packages/serialization/multipart/pyproject.toml index 78599297..7e8b2f46 100644 --- a/packages/serialization/multipart/pyproject.toml +++ b/packages/serialization/multipart/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api" [tool.poetry] name = "microsoft-kiota-serialization-multipart" -version = "1.9.8" +version = "1.9.9" description = "Core abstractions for kiota generated libraries in Python" authors = ["Microsoft "] license = "MIT" diff --git a/packages/serialization/text/CHANGELOG.md b/packages/serialization/text/CHANGELOG.md index b72cae55..76271935 100644 --- a/packages/serialization/text/CHANGELOG.md +++ b/packages/serialization/text/CHANGELOG.md @@ -5,6 +5,13 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [1.9.9](https://github.com/microsoft/kiota-python/compare/microsoft-kiota-serialization-text-v1.9.8...microsoft-kiota-serialization-text-v1.9.9) (2026-03-02) + + +### Miscellaneous Chores + +* **microsoft-kiota-serialization-text:** Synchronize microsoft-kiota versions + ## [1.9.8](https://github.com/microsoft/kiota-python/compare/microsoft-kiota-serialization-text-v1.9.7...microsoft-kiota-serialization-text-v1.9.8) (2025-12-29) diff --git a/packages/serialization/text/pyproject.toml b/packages/serialization/text/pyproject.toml index 705b3db6..03185483 100644 --- a/packages/serialization/text/pyproject.toml +++ b/packages/serialization/text/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api" [tool.poetry] name = "microsoft-kiota-serialization-text" -version = "1.9.8" +version = "1.9.9" description = "Core abstractions for kiota generated libraries in Python" authors = ["Microsoft "] license = "MIT"