Skip to content

Commit ad7b928

Browse files
authored
Merge pull request #484 from microsoft/release-please--branches--main
chore: release main
2 parents dc32a10 + bdee158 commit ad7b928

File tree

17 files changed

+77
-16
lines changed

17 files changed

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

packages/abstractions/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,14 @@ 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.4](https://github.com/microsoft/kiota-python/compare/microsoft-kiota-abstractions-v1.9.3...microsoft-kiota-abstractions-v1.9.4) (2025-06-27)
9+
10+
11+
### Bug Fixes
12+
13+
* optional type definition for on before event in parse node ([d3806ca](https://github.com/microsoft/kiota-python/commit/d3806ca766412eb7390c8376b0e0337e9f6cce9e))
14+
* optional type definition for on before event in parse node ([d832cdc](https://github.com/microsoft/kiota-python/commit/d832cdcdb693288fadff62e4f867414cb1679de0))
15+
816
## [1.9.3](https://github.com/microsoft/kiota-python/compare/microsoft-kiota-abstractions-v1.9.2...microsoft-kiota-abstractions-v1.9.3) (2025-03-24)
917

1018

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.3"
7+
version = "1.9.4"
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.4](https://github.com/microsoft/kiota-python/compare/microsoft-kiota-authentication-azure-v1.9.3...microsoft-kiota-authentication-azure-v1.9.4) (2025-06-27)
9+
10+
11+
### Miscellaneous Chores
12+
13+
* **microsoft-kiota-authentication-azure:** Synchronize microsoft-kiota versions
14+
815
## [1.9.3](https://github.com/microsoft/kiota-python/compare/microsoft-kiota-authentication-azure-v1.9.2...microsoft-kiota-authentication-azure-v1.9.3) (2025-03-24)
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.3"
7+
version = "1.9.4"
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.4](https://github.com/microsoft/kiota-python/compare/microsoft-kiota-bundle-v1.9.3...microsoft-kiota-bundle-v1.9.4) (2025-06-27)
4+
5+
6+
### Miscellaneous Chores
7+
8+
* **microsoft-kiota-bundle:** Synchronize microsoft-kiota versions
9+
310
## [1.9.3](https://github.com/microsoft/kiota-python/compare/microsoft-kiota-bundle-v1.9.2...microsoft-kiota-bundle-v1.9.3) (2025-03-24)
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.3"
7+
version = "1.9.4"
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: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,15 @@ 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.4](https://github.com/microsoft/kiota-python/compare/microsoft-kiota-http-v1.9.3...microsoft-kiota-http-v1.9.4) (2025-06-27)
9+
10+
11+
### Bug Fixes
12+
13+
* grab the first value if the server response contains a comma ([#482](https://github.com/microsoft/kiota-python/issues/482)) ([dc32a10](https://github.com/microsoft/kiota-python/commit/dc32a10e03e32e8bb5b1913724ae8c50d250fac4))
14+
* only use base_uri from http client ([b5e2fd1](https://github.com/microsoft/kiota-python/commit/b5e2fd12a148d8a29eecfaeaa58c465584e34395))
15+
* only use base_uri from http client ([9b0ec30](https://github.com/microsoft/kiota-python/commit/9b0ec300fa765906465333211ba0bcee1af4b838))
16+
817
## [1.9.3](https://github.com/microsoft/kiota-python/compare/microsoft-kiota-http-v1.9.2...microsoft-kiota-http-v1.9.3) (2025-03-24)
918

1019

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

1212
### Changed
1313

14+
## [1.9.4](https://github.com/microsoft/kiota-python/compare/microsoft-kiota-serialization-form-v1.9.3...microsoft-kiota-serialization-form-v1.9.4) (2025-06-27)
15+
16+
17+
### Bug Fixes
18+
19+
* events assignments should be checked ([2bc2908](https://github.com/microsoft/kiota-python/commit/2bc29087d1860a6ad3212a18888e928930979cc2))
20+
* optional type definition for on before event in parse node ([d3806ca](https://github.com/microsoft/kiota-python/commit/d3806ca766412eb7390c8376b0e0337e9f6cce9e))
21+
1422
## [1.9.3](https://github.com/microsoft/kiota-python/compare/microsoft-kiota-serialization-form-v1.9.2...microsoft-kiota-serialization-form-v1.9.3) (2025-03-24)
1523

1624

0 commit comments

Comments
 (0)