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.8 .0" ,
3- "packages/authentication/azure" : " 1.8 .0" ,
4- "packages/http/httpx" : " 1.8 .0" ,
5- "packages/serialization/json" : " 1.8 .0" ,
6- "packages/serialization/form" : " 1.8 .0" ,
7- "packages/serialization/text" : " 1.8 .0" ,
8- "packages/serialization/multipart" : " 1.8 .0" ,
9- "packages/bundle" : " 1.8 .0"
2+ "packages/abstractions" : " 1.9 .0" ,
3+ "packages/authentication/azure" : " 1.9 .0" ,
4+ "packages/http/httpx" : " 1.9 .0" ,
5+ "packages/serialization/json" : " 1.9 .0" ,
6+ "packages/serialization/form" : " 1.9 .0" ,
7+ "packages/serialization/text" : " 1.9 .0" ,
8+ "packages/serialization/multipart" : " 1.9 .0" ,
9+ "packages/bundle" : " 1.9 .0"
1010}
Original file line number Diff line number Diff line change @@ -5,6 +5,14 @@ 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.9.0] ( https://github.com/microsoft/kiota-python/compare/microsoft-kiota-abstractions-v1.8.0...microsoft-kiota-abstractions-v1.9.0 ) (2025-01-20)
9+
10+
11+ ### Features
12+
13+ * adds support for python 13 ([ f16ca00] ( https://github.com/microsoft/kiota-python/commit/f16ca0048b2408f3fe008f78afac3c67dd4a056d ) )
14+ * adds support for python 13 ([ 0b49df0] ( https://github.com/microsoft/kiota-python/commit/0b49df04c0885d233044bd34affe3356af798fba ) )
15+
816## [ 1.8.0] ( https://github.com/microsoft/kiota-python/compare/microsoft-kiota-abstractions-v1.7.1...microsoft-kiota-abstractions-v1.8.0 ) (2025-01-17)
917
1018
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.8 .0"
7+ version = " 1.9 .0"
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,14 @@ 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.9.0] ( https://github.com/microsoft/kiota-python/compare/microsoft-kiota-authentication-azure-v1.8.0...microsoft-kiota-authentication-azure-v1.9.0 ) (2025-01-20)
9+
10+
11+ ### Features
12+
13+ * adds support for python 13 ([ f16ca00] ( https://github.com/microsoft/kiota-python/commit/f16ca0048b2408f3fe008f78afac3c67dd4a056d ) )
14+ * adds support for python 13 ([ 0b49df0] ( https://github.com/microsoft/kiota-python/commit/0b49df04c0885d233044bd34affe3356af798fba ) )
15+
816## [ 1.8.0] ( https://github.com/microsoft/kiota-python/compare/microsoft-kiota-authentication-azure-v1.7.1...microsoft-kiota-authentication-azure-v1.8.0 ) (2025-01-17)
917
1018
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.8 .0"
7+ version = " 1.9 .0"
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.9.0] ( https://github.com/microsoft/kiota-python/compare/microsoft-kiota-bundle-v1.8.0...microsoft-kiota-bundle-v1.9.0 ) (2025-01-20)
4+
5+
6+ ### Features
7+
8+ * adds support for python 13 ([ f16ca00] ( https://github.com/microsoft/kiota-python/commit/f16ca0048b2408f3fe008f78afac3c67dd4a056d ) )
9+ * adds support for python 13 ([ 0b49df0] ( https://github.com/microsoft/kiota-python/commit/0b49df04c0885d233044bd34affe3356af798fba ) )
10+
311## [ 1.8.0] ( https://github.com/microsoft/kiota-python/compare/microsoft-kiota-bundle-v1.7.1...microsoft-kiota-bundle-v1.8.0 ) (2025-01-17)
412
513
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.8 .0"
7+ version = " 1.9 .0"
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,14 @@ 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.9.0] ( https://github.com/microsoft/kiota-python/compare/microsoft-kiota-http-v1.8.0...microsoft-kiota-http-v1.9.0 ) (2025-01-20)
9+
10+
11+ ### Features
12+
13+ * adds support for python 13 ([ f16ca00] ( https://github.com/microsoft/kiota-python/commit/f16ca0048b2408f3fe008f78afac3c67dd4a056d ) )
14+ * adds support for python 13 ([ 0b49df0] ( https://github.com/microsoft/kiota-python/commit/0b49df04c0885d233044bd34affe3356af798fba ) )
15+
816## [ 1.8.0] ( https://github.com/microsoft/kiota-python/compare/microsoft-kiota-http-v1.7.1...microsoft-kiota-http-v1.8.0 ) (2025-01-17)
917
1018
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.8 .0"
7+ version = " 1.9 .0"
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.9.0] ( https://github.com/microsoft/kiota-python/compare/microsoft-kiota-serialization-form-v1.8.0...microsoft-kiota-serialization-form-v1.9.0 ) (2025-01-20)
15+
16+
17+ ### Features
18+
19+ * adds support for python 13 ([ f16ca00] ( https://github.com/microsoft/kiota-python/commit/f16ca0048b2408f3fe008f78afac3c67dd4a056d ) )
20+ * adds support for python 13 ([ 0b49df0] ( https://github.com/microsoft/kiota-python/commit/0b49df04c0885d233044bd34affe3356af798fba ) )
21+
1422## [ 1.8.0] ( https://github.com/microsoft/kiota-python/compare/microsoft-kiota-serialization-form-v1.7.1...microsoft-kiota-serialization-form-v1.8.0 ) (2025-01-17)
1523
1624
You can’t perform that action at this time.
0 commit comments