Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix python failing integration tests #5724

Merged
merged 13 commits into from
Nov 11, 2024
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Added

### Changed
-Fixed Python error when a class inherits from a base class and inmplents an interface.
- Fixed Python error when a class inherits from a base class and implements an interface.
baywet marked this conversation as resolved.
Show resolved Hide resolved
[5637](https://github.com/microsoft/kiota/issues/5637)
- Fixed python generation client serailization failure str being quoted as "str"
- Fixed Issue with primitive values being stringified in python python. [#5417](https://github.com/microsoft/kiota/issues/5417)
Expand Down
Loading