From fe3fbe0d9d41d6052e7620bcb28138f7a5a1fbbe Mon Sep 17 00:00:00 2001 From: Andrew Omondi Date: Fri, 18 Oct 2024 15:17:14 +0300 Subject: [PATCH] Update versions and changelogs --- CHANGELOG.md | 3 +-- it/python/requirements-dev.txt | 14 +++++++------- 2 files changed, 8 insertions(+), 9 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d02c06c805..958fa5fce4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -15,6 +15,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Fixed an issue where when generating Go code the deserializer for unions was using `CodeClass` as a filter and not `CodeInterface`. [#4844](https://github.com/microsoft/kiota/issues/4844) - Fixes mapping of `int16` format to the `integer` type rather than `double` when the type is `integer` or `number` [#5611](https://github.com/microsoft/kiota/issues/5611) +- Fixes typing inconsistencies in generated code and libraries in Python [kiota-python#333](https://github.com/microsoft/kiota-python/issues/333) ## [1.19.1] - 2024-10-11 @@ -1484,5 +1485,3 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Added - Initial GitHub release - - diff --git a/it/python/requirements-dev.txt b/it/python/requirements-dev.txt index 245ec487db..6fb3dcedde 100644 --- a/it/python/requirements-dev.txt +++ b/it/python/requirements-dev.txt @@ -98,19 +98,19 @@ httpx[http2]==0.27.2 hyperframe==6.0.1 ; python_full_version >= '3.6.1' -microsoft-kiota-abstractions==1.4.5 +microsoft-kiota-abstractions==1.4.6 -microsoft-kiota-authentication-azure==1.4.5 +microsoft-kiota-authentication-azure==1.4.6 -microsoft-kiota-http==1.4.5 +microsoft-kiota-http==1.4.6 -microsoft-kiota-serialization-json==1.4.5 +microsoft-kiota-serialization-json==1.4.6 -microsoft-kiota-serialization-text==1.4.5 +microsoft-kiota-serialization-text==1.4.6 -microsoft-kiota-serialization-form==1.4.5 +microsoft-kiota-serialization-form==1.4.6 -microsoft-kiota-serialization-multipart==1.4.5 +microsoft-kiota-serialization-multipart==1.4.6 msal==1.31.0