Skip to content

Commit 00449ce

Browse files
chore: release main
1 parent d066e9c commit 00449ce

17 files changed

Lines changed: 77 additions & 16 deletions

File tree

.release-please-manifest.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
{
2-
"packages/abstractions": "1.9.8",
3-
"packages/authentication/azure": "1.9.8",
4-
"packages/http/httpx": "1.9.8",
5-
"packages/serialization/json": "1.9.8",
6-
"packages/serialization/form": "1.9.8",
7-
"packages/serialization/text": "1.9.8",
8-
"packages/serialization/multipart": "1.9.8",
9-
"packages/bundle": "1.9.8"
2+
"packages/abstractions": "1.9.9",
3+
"packages/authentication/azure": "1.9.9",
4+
"packages/http/httpx": "1.9.9",
5+
"packages/serialization/json": "1.9.9",
6+
"packages/serialization/form": "1.9.9",
7+
"packages/serialization/text": "1.9.9",
8+
"packages/serialization/multipart": "1.9.9",
9+
"packages/bundle": "1.9.9"
1010
}

packages/abstractions/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,13 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [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)
9+
10+
11+
### Miscellaneous Chores
12+
13+
* **microsoft-kiota-abstractions:** Synchronize microsoft-kiota versions
14+
815
## [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)
916

1017

packages/abstractions/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api"
44

55
[tool.poetry]
66
name = "microsoft-kiota-abstractions"
7-
version = "1.9.8"
7+
version = "1.9.9"
88
description = "Core abstractions for kiota generated libraries in Python"
99
authors = ["Microsoft <graphtooling+python@microsoft.com>"]
1010
license = "MIT"

packages/authentication/azure/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,13 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [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)
9+
10+
11+
### Miscellaneous Chores
12+
13+
* **microsoft-kiota-authentication-azure:** Synchronize microsoft-kiota versions
14+
815
## [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)
916

1017

packages/authentication/azure/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api"
44

55
[tool.poetry]
66
name = "microsoft-kiota-authentication-azure"
7-
version = "1.9.8"
7+
version = "1.9.9"
88
description = "Core abstractions for kiota generated libraries in Python"
99
authors = ["Microsoft <graphtooling+python@microsoft.com>"]
1010
license = "MIT"

packages/bundle/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [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)
4+
5+
6+
### Miscellaneous Chores
7+
8+
* **microsoft-kiota-bundle:** Synchronize microsoft-kiota versions
9+
310
## [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)
411

512

packages/bundle/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api"
44

55
[tool.poetry]
66
name = "microsoft-kiota-bundle"
7-
version = "1.9.8"
7+
version = "1.9.9"
88
description = "Bundle package for kiota generated libraries in Python"
99
authors = ["Microsoft <graphtooling+python@microsoft.com>"]
1010
license = "MIT"

packages/http/httpx/CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,18 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [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)
9+
10+
11+
### Bug Fixes
12+
13+
* add header removal handler ([d066e9c](https://github.com/microsoft/kiota-python/commit/d066e9c8accf75cc15866f415d6ac1891653441c))
14+
* add header removal handler ([67bb784](https://github.com/microsoft/kiota-python/commit/67bb784b0794072b7a97d40bc1454c5a8ee3e414))
15+
* add header removal handler ([44e8d94](https://github.com/microsoft/kiota-python/commit/44e8d940bb6d6284b2eee67a01b5bdd31f7e9e5c))
16+
* add header removal handler ([b64ec6e](https://github.com/microsoft/kiota-python/commit/b64ec6e584baee40fa2f99a1dc4984fc9b98a56b))
17+
* add header removal handler ([648d31b](https://github.com/microsoft/kiota-python/commit/648d31b4fb1848330da58641eb8de9c14c8f7206))
18+
* add header removal handler ([9700ed9](https://github.com/microsoft/kiota-python/commit/9700ed9d6b8715e9a87f7842e4db84af0cf682fe))
19+
820
## [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)
921

1022

packages/http/httpx/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api"
44

55
[tool.poetry]
66
name = "microsoft-kiota-http"
7-
version = "1.9.8"
7+
version = "1.9.9"
88
description = "Core abstractions for kiota generated libraries in Python"
99
authors = ["Microsoft <graphtooling+python@microsoft.com>"]
1010
license = "MIT"

packages/serialization/form/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1111

1212
### Changed
1313

14+
## [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)
15+
16+
17+
### Miscellaneous Chores
18+
19+
* **microsoft-kiota-serialization-form:** Synchronize microsoft-kiota versions
20+
1421
## [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)
1522

1623

0 commit comments

Comments
 (0)