File tree Expand file tree Collapse file tree 17 files changed +79
-16
lines changed Expand file tree Collapse file tree 17 files changed +79
-16
lines changed Original file line number Diff line number Diff line change 11{
2- "packages/abstractions" : " 1.6.0 " ,
3- "packages/authentication/azure" : " 1.6.0 " ,
4- "packages/http/httpx" : " 1.6.0 " ,
5- "packages/serialization/json" : " 1.6.0 " ,
6- "packages/serialization/form" : " 1.6.0 " ,
7- "packages/serialization/text" : " 1.6.0 " ,
8- "packages/serialization/multipart" : " 1.6.0 " ,
9- "packages/bundle" : " 1.6.0 "
2+ "packages/abstractions" : " 1.6.1 " ,
3+ "packages/authentication/azure" : " 1.6.1 " ,
4+ "packages/http/httpx" : " 1.6.1 " ,
5+ "packages/serialization/json" : " 1.6.1 " ,
6+ "packages/serialization/form" : " 1.6.1 " ,
7+ "packages/serialization/text" : " 1.6.1 " ,
8+ "packages/serialization/multipart" : " 1.6.1 " ,
9+ "packages/bundle" : " 1.6.1 "
1010}
Original file line number Diff line number Diff line change @@ -5,6 +5,15 @@ All notable changes to this project will be documented in this file.
55The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
66and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
77
8+ ## [ 1.6.1] ( https://github.com/microsoft/kiota-python/compare/microsoft-kiota-abstractions-v1.6.0...microsoft-kiota-abstractions-v1.6.1 ) (2024-11-09)
9+
10+
11+ ### Bug Fixes
12+
13+ * fixes typing issues discovered from github api generation ([ 92cf4c5] ( https://github.com/microsoft/kiota-python/commit/92cf4c5a33e67406f8f38d255c1ed990d95a7892 ) )
14+ * fixes typing issues discovered from github api generation ([ 6e68068] ( https://github.com/microsoft/kiota-python/commit/6e6806880b1fa0a43d63a97b937461d688e62ea0 ) )
15+ * type information for collection of primitives ([ b3afe83] ( https://github.com/microsoft/kiota-python/commit/b3afe83e8ee979a246ed15d24490f6ac8df546bb ) )
16+
817## [ 1.6.0] ( https://github.com/microsoft/kiota-python/compare/microsoft-kiota-abstractions-v1.5.0...microsoft-kiota-abstractions-v1.6.0 ) (2024-10-28)
918
1019
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api"
44
55[tool .poetry ]
66name = " microsoft-kiota-abstractions"
7- version = " 1.6.0 "
7+ version = " 1.6.1 "
88description = " Core abstractions for kiota generated libraries in Python"
99authors = [" Microsoft <graphtooling+python@microsoft.com>" ]
1010license = " MIT"
Original file line number Diff line number Diff line change @@ -5,6 +5,13 @@ All notable changes to this project will be documented in this file.
55The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
66and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
77
8+ ## [ 1.6.1] ( https://github.com/microsoft/kiota-python/compare/microsoft-kiota-authentication-azure-v1.6.0...microsoft-kiota-authentication-azure-v1.6.1 ) (2024-11-09)
9+
10+
11+ ### Miscellaneous Chores
12+
13+ * ** microsoft-kiota-authentication-azure:** Synchronize microsoft-kiota versions
14+
815## [ 1.6.0] ( https://github.com/microsoft/kiota-python/compare/microsoft-kiota-authentication-azure-v1.5.0...microsoft-kiota-authentication-azure-v1.6.0 ) (2024-10-28)
916
1017
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api"
44
55[tool .poetry ]
66name = " microsoft-kiota-authentication-azure"
7- version = " 1.6.0 "
7+ version = " 1.6.1 "
88description = " Core abstractions for kiota generated libraries in Python"
99authors = [" Microsoft <graphtooling+python@microsoft.com>" ]
1010license = " MIT"
Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## [ 1.6.1] ( https://github.com/microsoft/kiota-python/compare/microsoft-kiota-bundle-v1.6.0...microsoft-kiota-bundle-v1.6.1 ) (2024-11-09)
4+
5+
6+ ### Miscellaneous Chores
7+
8+ * ** microsoft-kiota-bundle:** Synchronize microsoft-kiota versions
9+
310## [ 1.6.0] ( https://github.com/microsoft/kiota-python/compare/microsoft-kiota-bundle-v1.5.0...microsoft-kiota-bundle-v1.6.0 ) (2024-10-28)
411
512
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api"
44
55[tool .poetry ]
66name = " microsoft-kiota-bundle"
7- version = " 1.6.0 "
7+ version = " 1.6.1 "
88description = " Bundle package for kiota generated libraries in Python"
99authors = [" Microsoft <graphtooling+python@microsoft.com>" ]
1010license = " MIT"
Original file line number Diff line number Diff line change @@ -5,6 +5,15 @@ All notable changes to this project will be documented in this file.
55The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
66and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
77
8+ ## [ 1.6.1] ( https://github.com/microsoft/kiota-python/compare/microsoft-kiota-http-v1.6.0...microsoft-kiota-http-v1.6.1 ) (2024-11-09)
9+
10+
11+ ### Bug Fixes
12+
13+ * fixes typing issues discovered from github api generation ([ 92cf4c5] ( https://github.com/microsoft/kiota-python/commit/92cf4c5a33e67406f8f38d255c1ed990d95a7892 ) )
14+ * fixes typing issues discovered from github api generation ([ 6e68068] ( https://github.com/microsoft/kiota-python/commit/6e6806880b1fa0a43d63a97b937461d688e62ea0 ) )
15+ * type information for collection of primitives ([ b3afe83] ( https://github.com/microsoft/kiota-python/commit/b3afe83e8ee979a246ed15d24490f6ac8df546bb ) )
16+
817## [ 1.6.0] ( https://github.com/microsoft/kiota-python/compare/microsoft-kiota-http-v1.5.0...microsoft-kiota-http-v1.6.0 ) (2024-10-28)
918
1019
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api"
44
55[tool .poetry ]
66name = " microsoft-kiota-http"
7- version = " 1.6.0 "
7+ version = " 1.6.1 "
88description = " Core abstractions for kiota generated libraries in Python"
99authors = [" Microsoft <graphtooling+python@microsoft.com>" ]
1010license = " MIT"
Original file line number Diff line number Diff 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.6.1] ( https://github.com/microsoft/kiota-python/compare/microsoft-kiota-serialization-form-v1.6.0...microsoft-kiota-serialization-form-v1.6.1 ) (2024-11-09)
15+
16+
17+ ### Bug Fixes
18+
19+ * fixes typing issues discovered from github api generation ([ 92cf4c5] ( https://github.com/microsoft/kiota-python/commit/92cf4c5a33e67406f8f38d255c1ed990d95a7892 ) )
20+ * fixes typing issues discovered from github api generation ([ 6e68068] ( https://github.com/microsoft/kiota-python/commit/6e6806880b1fa0a43d63a97b937461d688e62ea0 ) )
21+
1422## [ 1.6.0] ( https://github.com/microsoft/kiota-python/compare/microsoft-kiota-serialization-form-v1.5.0...microsoft-kiota-serialization-form-v1.6.0 ) (2024-10-28)
1523
1624
You can’t perform that action at this time.
0 commit comments