Adds path/query parameter sanization#278
Conversation
baywet
left a comment
There was a problem hiding this comment.
I think the version in the toml file at the root also needs to be updated
|
Can't seem to spot a version in the toml. Is this the right file? https://github.com/microsoft/kiota-abstractions-python/blob/main/pyproject.toml |
|
interesting, it's not configured like the service lib I believe it's because of a combination of this file and that directive but maybe @samwelkanda can confirm? |
Co-authored-by: Musale Martin <martinmusale@microsoft.com>
|
|
@baywet @andrueastman We do not need to update the |
|
Thanks for the additional context @samwelkanda Before anybody takes anything, I'll go ahead and create issues. So we can schedule things as part of our regular workflow. |
|
Awesome stuff |
|
Do we go with python build? and align with service libraries? |
|
Any chance you can clarify what you mean @shemogumbe?
|




Fixes #245
Sanitizes types passed to the path/query object dictionaries to ensure success of various object types in the parameters.
Adds tests to validate date,time,datetime,boolean,number and uuid types.