Skip to content

Commit

Permalink
Update versions and changelogs
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrew Omondi committed Oct 18, 2024
1 parent fb1016d commit fe3fbe0
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 9 deletions.
3 changes: 1 addition & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -1484,5 +1485,3 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Added

- Initial GitHub release


14 changes: 7 additions & 7 deletions it/python/requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit fe3fbe0

Please sign in to comment.