-
Notifications
You must be signed in to change notification settings - Fork 14
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
Adds path/query parameter sanization #278
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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>
Quality Gate passedIssues Measures |
@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.