Skip to content

Commit 5b4591b

Browse files
authored
Merge pull request #526 from microsoft/release-please--branches--main
chore: release main
2 parents b1c6835 + 1bf810e commit 5b4591b

File tree

17 files changed

+120
-16
lines changed

17 files changed

+120
-16
lines changed

.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.10",
3-
"packages/authentication/azure": "1.9.10",
4-
"packages/http/httpx": "1.9.10",
5-
"packages/serialization/json": "1.9.10",
6-
"packages/serialization/form": "1.9.10",
7-
"packages/serialization/text": "1.9.10",
8-
"packages/serialization/multipart": "1.9.10",
9-
"packages/bundle": "1.9.10"
2+
"packages/abstractions": "1.10.0",
3+
"packages/authentication/azure": "1.10.0",
4+
"packages/http/httpx": "1.10.0",
5+
"packages/serialization/json": "1.10.0",
6+
"packages/serialization/form": "1.10.0",
7+
"packages/serialization/text": "1.10.0",
8+
"packages/serialization/multipart": "1.10.0",
9+
"packages/bundle": "1.10.0"
1010
}

packages/abstractions/CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,19 @@ 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.10.0](https://github.com/microsoft/kiota-python/compare/microsoft-kiota-abstractions-v1.9.10...microsoft-kiota-abstractions-v1.10.0) (2026-04-07)
9+
10+
11+
### Features
12+
13+
* drop support for Python 3.9 ([b1c6835](https://github.com/microsoft/kiota-python/commit/b1c6835912dc26e22f3e70534772762a49504c22))
14+
* drop support for Python 3.9 ([f7e066f](https://github.com/microsoft/kiota-python/commit/f7e066f7defb6d265bfc5079b6a8ea96481f4e0a))
15+
16+
17+
### Bug Fixes
18+
19+
* add Python 3.14 classifier to all pyproject.toml files ([6c13439](https://github.com/microsoft/kiota-python/commit/6c13439e4e514d08dadf5f7f4a2242556ba512e9))
20+
821
## [1.9.10](https://github.com/microsoft/kiota-python/compare/microsoft-kiota-abstractions-v1.9.9...microsoft-kiota-abstractions-v1.9.10) (2026-03-12)
922

1023

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.10"
7+
version = "1.10.0"
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: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,19 @@ 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.10.0](https://github.com/microsoft/kiota-python/compare/microsoft-kiota-authentication-azure-v1.9.10...microsoft-kiota-authentication-azure-v1.10.0) (2026-04-07)
9+
10+
11+
### Features
12+
13+
* drop support for Python 3.9 ([b1c6835](https://github.com/microsoft/kiota-python/commit/b1c6835912dc26e22f3e70534772762a49504c22))
14+
* drop support for Python 3.9 ([f7e066f](https://github.com/microsoft/kiota-python/commit/f7e066f7defb6d265bfc5079b6a8ea96481f4e0a))
15+
16+
17+
### Bug Fixes
18+
19+
* add Python 3.14 classifier to all pyproject.toml files ([6c13439](https://github.com/microsoft/kiota-python/commit/6c13439e4e514d08dadf5f7f4a2242556ba512e9))
20+
821
## [1.9.10](https://github.com/microsoft/kiota-python/compare/microsoft-kiota-authentication-azure-v1.9.9...microsoft-kiota-authentication-azure-v1.9.10) (2026-03-12)
922

1023

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.10"
7+
version = "1.10.0"
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: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
# Changelog
22

3+
## [1.10.0](https://github.com/microsoft/kiota-python/compare/microsoft-kiota-bundle-v1.9.10...microsoft-kiota-bundle-v1.10.0) (2026-04-07)
4+
5+
6+
### Features
7+
8+
* drop support for Python 3.9 ([b1c6835](https://github.com/microsoft/kiota-python/commit/b1c6835912dc26e22f3e70534772762a49504c22))
9+
* drop support for Python 3.9 ([f7e066f](https://github.com/microsoft/kiota-python/commit/f7e066f7defb6d265bfc5079b6a8ea96481f4e0a))
10+
11+
12+
### Bug Fixes
13+
14+
* add Python 3.14 classifier to all pyproject.toml files ([6c13439](https://github.com/microsoft/kiota-python/commit/6c13439e4e514d08dadf5f7f4a2242556ba512e9))
15+
316
## [1.9.10](https://github.com/microsoft/kiota-python/compare/microsoft-kiota-bundle-v1.9.9...microsoft-kiota-bundle-v1.9.10) (2026-03-12)
417

518

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.10"
7+
version = "1.10.0"
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: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,19 @@ 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.10.0](https://github.com/microsoft/kiota-python/compare/microsoft-kiota-http-v1.9.10...microsoft-kiota-http-v1.10.0) (2026-04-07)
9+
10+
11+
### Features
12+
13+
* drop support for Python 3.9 ([b1c6835](https://github.com/microsoft/kiota-python/commit/b1c6835912dc26e22f3e70534772762a49504c22))
14+
* drop support for Python 3.9 ([f7e066f](https://github.com/microsoft/kiota-python/commit/f7e066f7defb6d265bfc5079b6a8ea96481f4e0a))
15+
16+
17+
### Bug Fixes
18+
19+
* add Python 3.14 classifier to all pyproject.toml files ([6c13439](https://github.com/microsoft/kiota-python/commit/6c13439e4e514d08dadf5f7f4a2242556ba512e9))
20+
821
## [1.9.10](https://github.com/microsoft/kiota-python/compare/microsoft-kiota-http-v1.9.9...microsoft-kiota-http-v1.9.10) (2026-03-12)
922

1023

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.10"
7+
version = "1.10.0"
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: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,19 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1111

1212
### Changed
1313

14+
## [1.10.0](https://github.com/microsoft/kiota-python/compare/microsoft-kiota-serialization-form-v1.9.10...microsoft-kiota-serialization-form-v1.10.0) (2026-04-07)
15+
16+
17+
### Features
18+
19+
* drop support for Python 3.9 ([b1c6835](https://github.com/microsoft/kiota-python/commit/b1c6835912dc26e22f3e70534772762a49504c22))
20+
* drop support for Python 3.9 ([f7e066f](https://github.com/microsoft/kiota-python/commit/f7e066f7defb6d265bfc5079b6a8ea96481f4e0a))
21+
22+
23+
### Bug Fixes
24+
25+
* add Python 3.14 classifier to all pyproject.toml files ([6c13439](https://github.com/microsoft/kiota-python/commit/6c13439e4e514d08dadf5f7f4a2242556ba512e9))
26+
1427
## [1.9.10](https://github.com/microsoft/kiota-python/compare/microsoft-kiota-serialization-form-v1.9.9...microsoft-kiota-serialization-form-v1.9.10) (2026-03-12)
1528

1629

0 commit comments

Comments
 (0)