Skip to content

Commit 3fed67a

Browse files
chore: release main
1 parent 87e036d commit 3fed67a

15 files changed

Lines changed: 68 additions & 14 deletions

File tree

.release-please-manifest.json

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

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.4.6](https://github.com/microsoft/kiota-python/compare/microsoft-kiota-abstractions-v1.4.5...microsoft-kiota-abstractions-v1.4.6) (2024-10-18)
9+
10+
11+
### Bug Fixes
12+
13+
* fixes typing errors from integration tests for optional parameters ([87e036d](https://github.com/microsoft/kiota-python/commit/87e036d3dc56b2dfff9dd93134ea1aba66918b18))
14+
* fixes typing errors from integration tests for optional parameters ([caea6f9](https://github.com/microsoft/kiota-python/commit/caea6f9e43d60434d7088f0c6499a6ddb9d7dc14))
15+
816
## [1.4.5](https://github.com/microsoft/kiota-python/compare/microsoft-kiota-abstractions-v1.4.4...microsoft-kiota-abstractions-v1.4.5) (2024-10-16)
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.4.5"
7+
version = "1.4.6"
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.4.6](https://github.com/microsoft/kiota-python/compare/microsoft-kiota-authentication-azure-v1.4.5...microsoft-kiota-authentication-azure-v1.4.6) (2024-10-18)
9+
10+
11+
### Miscellaneous Chores
12+
13+
* **microsoft-kiota-authentication-azure:** Synchronize microsoft-kiota versions
14+
815
## [1.4.5](https://github.com/microsoft/kiota-python/compare/microsoft-kiota-authentication-azure-v1.4.4...microsoft-kiota-authentication-azure-v1.4.5) (2024-10-16)
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.4.5"
7+
version = "1.4.6"
88
description = "Core abstractions for kiota generated libraries in Python"
99
authors = ["Microsoft <graphtooling+python@microsoft.com>"]
1010
license = "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.4.6](https://github.com/microsoft/kiota-python/compare/microsoft-kiota-http-v1.4.5...microsoft-kiota-http-v1.4.6) (2024-10-18)
9+
10+
11+
### Miscellaneous Chores
12+
13+
* **microsoft-kiota-http:** Synchronize microsoft-kiota versions
14+
815
## [1.4.5](https://github.com/microsoft/kiota-python/compare/microsoft-kiota-http-v1.4.4...microsoft-kiota-http-v1.4.5) (2024-10-16)
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 = "poetry.core.masonry.api"
44

55
[tool.poetry]
66
name = "microsoft-kiota-http"
7-
version = "1.4.5"
7+
version = "1.4.6"
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.4.6](https://github.com/microsoft/kiota-python/compare/microsoft-kiota-serialization-form-v1.4.5...microsoft-kiota-serialization-form-v1.4.6) (2024-10-18)
15+
16+
17+
### Bug Fixes
18+
19+
* fixes typing errors from integration tests for optional parameters ([87e036d](https://github.com/microsoft/kiota-python/commit/87e036d3dc56b2dfff9dd93134ea1aba66918b18))
20+
* fixes typing errors from integration tests for optional parameters ([caea6f9](https://github.com/microsoft/kiota-python/commit/caea6f9e43d60434d7088f0c6499a6ddb9d7dc14))
21+
1422
## [1.4.5](https://github.com/microsoft/kiota-python/compare/microsoft-kiota-serialization-form-v1.4.4...microsoft-kiota-serialization-form-v1.4.5) (2024-10-16)
1523

1624

packages/serialization/form/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-serialization-form"
7-
version = "1.4.5"
7+
version = "1.4.6"
88
description = "Core abstractions for kiota generated libraries in Python"
99
authors = ["Microsoft <graphtooling+python@microsoft.com>"]
1010
license = "MIT"

packages/serialization/json/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.1.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [1.4.6](https://github.com/microsoft/kiota-python/compare/microsoft-kiota-serialization-json-v1.4.5...microsoft-kiota-serialization-json-v1.4.6) (2024-10-18)
9+
10+
11+
### Bug Fixes
12+
13+
* fixes typing errors from integration tests for optional parameters ([87e036d](https://github.com/microsoft/kiota-python/commit/87e036d3dc56b2dfff9dd93134ea1aba66918b18))
14+
* fixes typing errors from integration tests for optional parameters ([caea6f9](https://github.com/microsoft/kiota-python/commit/caea6f9e43d60434d7088f0c6499a6ddb9d7dc14))
15+
816
## [1.4.5](https://github.com/microsoft/kiota-python/compare/microsoft-kiota-serialization-json-v1.4.4...microsoft-kiota-serialization-json-v1.4.5) (2024-10-16)
917

1018

0 commit comments

Comments
 (0)