Skip to content

Commit e66efd5

Browse files
chore: release main
1 parent 6909e86 commit e66efd5

File tree

17 files changed

+73
-16
lines changed

17 files changed

+73
-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.6.7",
3-
"packages/authentication/azure": "1.6.7",
4-
"packages/http/httpx": "1.6.7",
5-
"packages/serialization/json": "1.6.7",
6-
"packages/serialization/form": "1.6.7",
7-
"packages/serialization/text": "1.6.7",
8-
"packages/serialization/multipart": "1.6.7",
9-
"packages/bundle": "1.6.7"
2+
"packages/abstractions": "1.6.8",
3+
"packages/authentication/azure": "1.6.8",
4+
"packages/http/httpx": "1.6.8",
5+
"packages/serialization/json": "1.6.8",
6+
"packages/serialization/form": "1.6.8",
7+
"packages/serialization/text": "1.6.8",
8+
"packages/serialization/multipart": "1.6.8",
9+
"packages/bundle": "1.6.8"
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.6.8](https://github.com/microsoft/kiota-python/compare/microsoft-kiota-abstractions-v1.6.7...microsoft-kiota-abstractions-v1.6.8) (2025-01-02)
9+
10+
11+
### Miscellaneous Chores
12+
13+
* **microsoft-kiota-abstractions:** Synchronize microsoft-kiota versions
14+
815
## [1.6.7](https://github.com/microsoft/kiota-python/compare/microsoft-kiota-abstractions-v1.6.6...microsoft-kiota-abstractions-v1.6.7) (2024-12-17)
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.6.7"
7+
version = "1.6.8"
88
description = "Core abstractions for kiota generated libraries in Python"
99
authors = ["Microsoft <[email protected]>"]
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.6.8](https://github.com/microsoft/kiota-python/compare/microsoft-kiota-authentication-azure-v1.6.7...microsoft-kiota-authentication-azure-v1.6.8) (2025-01-02)
9+
10+
11+
### Miscellaneous Chores
12+
13+
* **microsoft-kiota-authentication-azure:** Synchronize microsoft-kiota versions
14+
815
## [1.6.7](https://github.com/microsoft/kiota-python/compare/microsoft-kiota-authentication-azure-v1.6.6...microsoft-kiota-authentication-azure-v1.6.7) (2024-12-17)
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.6.7"
7+
version = "1.6.8"
88
description = "Core abstractions for kiota generated libraries in Python"
99
authors = ["Microsoft <[email protected]>"]
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.6.8](https://github.com/microsoft/kiota-python/compare/microsoft-kiota-bundle-v1.6.7...microsoft-kiota-bundle-v1.6.8) (2025-01-02)
4+
5+
6+
### Miscellaneous Chores
7+
8+
* **microsoft-kiota-bundle:** Synchronize microsoft-kiota versions
9+
310
## [1.6.7](https://github.com/microsoft/kiota-python/compare/microsoft-kiota-bundle-v1.6.6...microsoft-kiota-bundle-v1.6.7) (2024-12-17)
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.6.7"
7+
version = "1.6.8"
88
description = "Bundle package for kiota generated libraries in Python"
99
authors = ["Microsoft <[email protected]>"]
1010
license = "MIT"

packages/http/httpx/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.6.8](https://github.com/microsoft/kiota-python/compare/microsoft-kiota-http-v1.6.7...microsoft-kiota-http-v1.6.8) (2025-01-02)
9+
10+
11+
### Bug Fixes
12+
13+
* opentelemetry warning ([6909e86](https://github.com/microsoft/kiota-python/commit/6909e86d9df2e496107f414ebeb7ff1dc8a8de38))
14+
* opentelemetry warning ([e2b3ae7](https://github.com/microsoft/kiota-python/commit/e2b3ae7ff81b18fe1250a1d104ed41ca3d5cb897))
15+
816
## [1.6.7](https://github.com/microsoft/kiota-python/compare/microsoft-kiota-http-v1.6.6...microsoft-kiota-http-v1.6.7) (2024-12-17)
917

1018

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.6.7"
7+
version = "1.6.8"
88
description = "Core abstractions for kiota generated libraries in Python"
99
authors = ["Microsoft <[email protected]>"]
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.6.8](https://github.com/microsoft/kiota-python/compare/microsoft-kiota-serialization-form-v1.6.7...microsoft-kiota-serialization-form-v1.6.8) (2025-01-02)
15+
16+
17+
### Miscellaneous Chores
18+
19+
* **microsoft-kiota-serialization-form:** Synchronize microsoft-kiota versions
20+
1421
## [1.6.7](https://github.com/microsoft/kiota-python/compare/microsoft-kiota-serialization-form-v1.6.6...microsoft-kiota-serialization-form-v1.6.7) (2024-12-17)
1522

1623

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.6.7"
7+
version = "1.6.8"
88
description = "Core abstractions for kiota generated libraries in Python"
99
authors = ["Microsoft <[email protected]>"]
1010
license = "MIT"

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

8+
## [1.6.8](https://github.com/microsoft/kiota-python/compare/microsoft-kiota-serialization-json-v1.6.7...microsoft-kiota-serialization-json-v1.6.8) (2025-01-02)
9+
10+
11+
### Miscellaneous Chores
12+
13+
* **microsoft-kiota-serialization-json:** Synchronize microsoft-kiota versions
14+
815
## [1.6.7](https://github.com/microsoft/kiota-python/compare/microsoft-kiota-serialization-json-v1.6.6...microsoft-kiota-serialization-json-v1.6.7) (2024-12-17)
916

1017

packages/serialization/json/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-json"
7-
version = "1.6.7"
7+
version = "1.6.8"
88
description = "Core abstractions for kiota generated libraries in Python"
99
authors = ["Microsoft <[email protected]>"]
1010
license = "MIT"

packages/serialization/multipart/CHANGELOG.md

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

1010
### Changed
1111

12+
## [1.6.8](https://github.com/microsoft/kiota-python/compare/microsoft-kiota-serialization-multipart-v1.6.7...microsoft-kiota-serialization-multipart-v1.6.8) (2025-01-02)
13+
14+
15+
### Miscellaneous Chores
16+
17+
* **microsoft-kiota-serialization-multipart:** Synchronize microsoft-kiota versions
18+
1219
## [1.6.7](https://github.com/microsoft/kiota-python/compare/microsoft-kiota-serialization-multipart-v1.6.6...microsoft-kiota-serialization-multipart-v1.6.7) (2024-12-17)
1320

1421

packages/serialization/multipart/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-multipart"
7-
version = "1.6.7"
7+
version = "1.6.8"
88
description = "Core abstractions for kiota generated libraries in Python"
99
authors = ["Microsoft <[email protected]>"]
1010
license = "MIT"

packages/serialization/text/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.6.8](https://github.com/microsoft/kiota-python/compare/microsoft-kiota-serialization-text-v1.6.7...microsoft-kiota-serialization-text-v1.6.8) (2025-01-02)
9+
10+
11+
### Miscellaneous Chores
12+
13+
* **microsoft-kiota-serialization-text:** Synchronize microsoft-kiota versions
14+
815
## [1.6.7](https://github.com/microsoft/kiota-python/compare/microsoft-kiota-serialization-text-v1.6.6...microsoft-kiota-serialization-text-v1.6.7) (2024-12-17)
916

1017

packages/serialization/text/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-text"
7-
version = "1.6.7"
7+
version = "1.6.8"
88
description = "Core abstractions for kiota generated libraries in Python"
99
authors = ["Microsoft <[email protected]>"]
1010
license = "MIT"

0 commit comments

Comments
 (0)