-
-
Notifications
You must be signed in to change notification settings - Fork 5.1k
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
Changing all status codes from raw numbers to using fastapi.status #1319
base: master
Are you sure you want to change the base?
Changing all status codes from raw numbers to using fastapi.status #1319
Conversation
@alejsdev It seems that there is a problem with new pushes into the project! After I synched the new updates, it has a build problem on actions/checkout@v4. I wonder why this issue has happened? |
Hi @javadzarezadeh, I can confirm that this is an issue with the CI that is unrelated to your PRs. We're looking into it! 🙏 |
I believe that using status codes via FastAPI (Starlette, actually!) instead of using raw numbers is more readable, consistent, and makes development easier.