-
Notifications
You must be signed in to change notification settings - Fork 136
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: avoid "Expected enum
but got int
" serializer warnings for chats API
#602
fix: avoid "Expected enum
but got int
" serializer warnings for chats API
#602
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
@sszgwdk is attempting to deploy a commit to the pingcap Team on Vercel. A member of the Team first needs to authorize it. |
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.
LGTM! 🚀
I move the IntEnumType
class to the models/base.py file for common usage.
enum
but got int
" serializer warnings for chats API
@sszgwdk You can using a keyword to reference an issue on your PRs. Thanks for your contribution! |
…ats API (pingcap#602) close pingcap#560 Currently, the warning has only been observed in the Chat-related APIs, and it may not be fully resolved. Test API: GET /api/v1/chats. --------- Co-authored-by: Mini256 <[email protected]>
…ats API (pingcap#602) close pingcap#560 Currently, the warning has only been observed in the Chat-related APIs, and it may not be fully resolved. Test API: GET /api/v1/chats. --------- Co-authored-by: Mini256 <[email protected]>
close #560
Currently, the warning has only been observed in the Chat-related APIs, and it may not be fully resolved. Test API: GET /api/v1/chats.