-
-
Notifications
You must be signed in to change notification settings - Fork 8.6k
π Add missing ValidationException.__str__ functionality
#12972
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
Conversation
b3688e5 to
63b755a
Compare
RequestValidationError.__str__ functionality
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as off-topic.
This comment was marked as off-topic.
|
Hello! This is ready for review. |
|
@tamird there's no need to tag individual people nor to keep posting comments. Your aggressive and demeaning attitude and comments towards others here are not well received and are not appreciated. This is open source, MIT licensed, free. The result of any work from others here is received by you and/or your employer for free. Neither you nor your employer (it seems Google, from your GitHub) are paying anything to receive this open source project or our work for free. You actually have no particular right to demand reviews, merges, timelines, etc. I request that you abstain from adding unrequested comments, in particular tagging others or with the only intention of pressing us to give a higher priority to reviewing your PRs, handling your needs, or reporting a status on the process of handling them. In particular, I request you to abstain from making any comment that could be in any way interpreted as demeaning towards others. |
|
@tiangolo your points are well taken. The last comment here was 5 weeks ago. |
This comment was marked as resolved.
This comment was marked as resolved.
bc0ca50 to
f3f3cdd
Compare
This comment was marked as resolved.
This comment was marked as resolved.
|
Looks like it's not so easy now as we run tests on Python 3.12 and Pydantic V1 is not supported there.. |
3618d12 to
c38f95b
Compare
Just needed a little copy & paste. |
|
@tamird, thanks for resolving the merge conflict! If I recall correctly, previously we switched to using existing |
Sure, it would probably be simpler. However this PR has now been open for over a year, and there's no indication that there's a desire to merge it. I hope you understand that I'm reluctant to invest further effort at this time without some indication that it will be accepted (or rejected). |
|
This pull request has a merge conflict that needs to be resolved. |
RequestValidationError.__str__ functionalityValidationException.__str__ functionality
dcf6ada to
2785920
Compare
|
This pull request has a merge conflict that needs to be resolved. |
Fixes #12125.
UPD YuriiMotov:
The issue is: the code example in docs should show text version
But it shows JSON