File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11{
2- "packages/abstractions" : " 1.4.4 " ,
3- "packages/authentication/azure" : " 1.4.4 " ,
4- "packages/http/httpx" : " 1.4.4 " ,
5- "packages/serialization/json" : " 1.4.4 " ,
6- "packages/serialization/form" : " 1.4.4 " ,
7- "packages/serialization/text" : " 1.4.4 " ,
8- "packages/serialization/multipart" : " 1.4.4 "
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 "
99}
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.4.5] ( https://github.com/microsoft/kiota-python/compare/microsoft-kiota-abstractions-v1.4.4...microsoft-kiota-abstractions-v1.4.5 ) (2024-10-16)
9+
10+
11+ ### Miscellaneous Chores
12+
13+ * ** microsoft-kiota-abstractions:** Synchronize microsoft-kiota versions
14+
815## [ 1.4.4] ( https://github.com/microsoft/kiota-python/compare/microsoft-kiota-abstractions-v1.4.3...microsoft-kiota-abstractions-v1.4.4 ) (2024-10-16)
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-abstractions"
7- version = " 1.4.4 "
7+ version = " 1.4.5 "
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.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)
9+
10+
11+ ### Miscellaneous Chores
12+
13+ * ** microsoft-kiota-authentication-azure:** Synchronize microsoft-kiota versions
14+
815## [ 1.4.4] ( https://github.com/microsoft/kiota-python/compare/microsoft-kiota-authentication-azure-v1.4.3...microsoft-kiota-authentication-azure-v1.4.4 ) (2024-10-16)
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.4.4 "
7+ version = " 1.4.5 "
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.4.5] ( https://github.com/microsoft/kiota-python/compare/microsoft-kiota-http-v1.4.4...microsoft-kiota-http-v1.4.5 ) (2024-10-16)
9+
10+
11+ ### Miscellaneous Chores
12+
13+ * ** microsoft-kiota-http:** Synchronize microsoft-kiota versions
14+
815## [ 1.4.4] ( https://github.com/microsoft/kiota-python/compare/microsoft-kiota-http-v1.4.3...microsoft-kiota-http-v1.4.4 ) (2024-10-16)
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-http"
7- version = " 1.4.4 "
7+ version = " 1.4.5 "
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,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1111
1212### Changed
1313
14+ ## [ 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)
15+
16+
17+ ### Miscellaneous Chores
18+
19+ * ** microsoft-kiota-serialization-form:** Synchronize microsoft-kiota versions
20+
1421## [ 1.4.4] ( https://github.com/microsoft/kiota-python/compare/microsoft-kiota-serialization-form-v1.4.3...microsoft-kiota-serialization-form-v1.4.4 ) (2024-10-16)
1522
1623
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-serialization-form"
7- version = " 1.4.4 "
7+ version = " 1.4.5 "
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.1.0/ ) ,
66and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
77
8+ ## [ 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)
9+
10+
11+ ### Bug Fixes
12+
13+ * correctly serialize None in a list ([ fd975c2] ( https://github.com/microsoft/kiota-python/commit/fd975c21fe4206796239a6049afa765277efec3f ) )
14+
815## [ 1.4.4] ( https://github.com/microsoft/kiota-python/compare/microsoft-kiota-serialization-json-v1.4.3...microsoft-kiota-serialization-json-v1.4.4 ) (2024-10-16)
916
1017
You can’t perform that action at this time.
0 commit comments