Skip to content

Commit 0fa1da8

Browse files
chore: release main (#630)
Co-authored-by: release-please-token-provider[bot] <225477224+release-please-token-provider[bot]@users.noreply.github.com>
1 parent 9cabb18 commit 0fa1da8

17 files changed

Lines changed: 72 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.11.2",
3-
"packages/authentication/azure": "1.11.2",
4-
"packages/http/httpx": "1.11.2",
5-
"packages/serialization/json": "1.11.2",
6-
"packages/serialization/form": "1.11.2",
7-
"packages/serialization/text": "1.11.2",
8-
"packages/serialization/multipart": "1.11.2",
9-
"packages/bundle": "1.11.2"
2+
"packages/abstractions": "1.11.3",
3+
"packages/authentication/azure": "1.11.3",
4+
"packages/http/httpx": "1.11.3",
5+
"packages/serialization/json": "1.11.3",
6+
"packages/serialization/form": "1.11.3",
7+
"packages/serialization/text": "1.11.3",
8+
"packages/serialization/multipart": "1.11.3",
9+
"packages/bundle": "1.11.3"
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.11.3](https://github.com/microsoft/kiota-python/compare/microsoft-kiota-abstractions-v1.11.2...microsoft-kiota-abstractions-v1.11.3) (2026-06-19)
9+
10+
11+
### Miscellaneous Chores
12+
13+
* **microsoft-kiota-abstractions:** Synchronize microsoft-kiota versions
14+
815
## [1.11.2](https://github.com/microsoft/kiota-python/compare/microsoft-kiota-abstractions-v1.11.1...microsoft-kiota-abstractions-v1.11.2) (2026-06-18)
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 = "flit_core.buildapi"
44

55
[project]
66
name = "microsoft-kiota-abstractions"
7-
version = "1.11.2"
7+
version = "1.11.3"
88
description = "Core abstractions for kiota generated libraries in Python"
99
authors = [{name = "Microsoft", email = "graphtooling+python@microsoft.com"}]
1010
license = {text = "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.11.3](https://github.com/microsoft/kiota-python/compare/microsoft-kiota-authentication-azure-v1.11.2...microsoft-kiota-authentication-azure-v1.11.3) (2026-06-19)
9+
10+
11+
### Miscellaneous Chores
12+
13+
* **microsoft-kiota-authentication-azure:** Synchronize microsoft-kiota versions
14+
815
## [1.11.2](https://github.com/microsoft/kiota-python/compare/microsoft-kiota-authentication-azure-v1.11.1...microsoft-kiota-authentication-azure-v1.11.2) (2026-06-18)
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 = "flit_core.buildapi"
44

55
[project]
66
name = "microsoft-kiota-authentication-azure"
7-
version = "1.11.2"
7+
version = "1.11.3"
88
description = "Core abstractions for kiota generated libraries in Python"
99
authors = [{name = "Microsoft", email = "graphtooling+python@microsoft.com"}]
1010
license = {text = "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.11.3](https://github.com/microsoft/kiota-python/compare/microsoft-kiota-bundle-v1.11.2...microsoft-kiota-bundle-v1.11.3) (2026-06-19)
4+
5+
6+
### Bug Fixes
7+
8+
* **docs:** trigger release ([#629](https://github.com/microsoft/kiota-python/issues/629)) ([9cabb18](https://github.com/microsoft/kiota-python/commit/9cabb186106cacd125a488582dd87652096f4e6f))
9+
310
## [1.11.2](https://github.com/microsoft/kiota-python/compare/microsoft-kiota-bundle-v1.11.1...microsoft-kiota-bundle-v1.11.2) (2026-06-18)
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 = "flit_core.buildapi"
44

55
[project]
66
name = "microsoft-kiota-bundle"
7-
version = "1.11.2"
7+
version = "1.11.3"
88
description = "Bundle package for kiota generated libraries in Python"
99
authors = [{name = "Microsoft", email = "graphtooling+python@microsoft.com"}]
1010
license = {text = "MIT"}

packages/http/httpx/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.11.3](https://github.com/microsoft/kiota-python/compare/microsoft-kiota-http-v1.11.2...microsoft-kiota-http-v1.11.3) (2026-06-19)
9+
10+
11+
### Miscellaneous Chores
12+
13+
* **microsoft-kiota-http:** Synchronize microsoft-kiota versions
14+
815
## [1.11.2](https://github.com/microsoft/kiota-python/compare/microsoft-kiota-http-v1.11.1...microsoft-kiota-http-v1.11.2) (2026-06-18)
916

1017

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 = "flit_core.buildapi"
44

55
[project]
66
name = "microsoft-kiota-http"
7-
version = "1.11.2"
7+
version = "1.11.3"
88
description = "Core abstractions for kiota generated libraries in Python"
99
authors = [{name = "Microsoft", email = "graphtooling+python@microsoft.com"}]
1010
license = {text = "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.11.3](https://github.com/microsoft/kiota-python/compare/microsoft-kiota-serialization-form-v1.11.2...microsoft-kiota-serialization-form-v1.11.3) (2026-06-19)
15+
16+
17+
### Miscellaneous Chores
18+
19+
* **microsoft-kiota-serialization-form:** Synchronize microsoft-kiota versions
20+
1421
## [1.11.2](https://github.com/microsoft/kiota-python/compare/microsoft-kiota-serialization-form-v1.11.1...microsoft-kiota-serialization-form-v1.11.2) (2026-06-18)
1522

1623

0 commit comments

Comments
 (0)