Skip to content
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

Add FastAPI support #282

Closed
wants to merge 7 commits into from
Closed

Add FastAPI support #282

wants to merge 7 commits into from

Conversation

apotterri
Copy link
Collaborator

@apotterri apotterri commented Feb 16, 2024

Also, add some typing revealed some issues, fix them.

@apotterri apotterri force-pushed the fastapi_20240216 branch 3 times, most recently from 04c82cc to 91a65e0 Compare February 20, 2024 14:41
3.7 was EOLed 27-Jun-2023.
Adding some typing revealed some issues, fix them.
In spite of the stand library's assertion that it provides all the log
levels needed, it really seems useful to have a TRACE level.

Add it, and cut down some of the cruft logged at DEBUG.
@apotterri apotterri force-pushed the fastapi_20240216 branch 5 times, most recently from 1286f3e to 9e529a2 Compare February 27, 2024 15:08
Make sure an exception in a Flask route handler gets recorded. Also,
refactor web_framework a bit.
Flask v1 has been EOLed for a really long time.

Flask 3 is out now, which means Flask v2 is also EOL. All the tests
still pass, though, so we can continue supporting it for at least a
little while.
pylint exits non-zero, even if there were no errors. pylint-exit
interprets the error code, and exits with shell-friendly code.
Installing the rust toolchain takes a long time (especially in the 3.10
job, for some reason). The Travis doc says `cargo: true` will cache
$HOME/.cargo, which should help.
@apotterri
Copy link
Collaborator Author

Closing this in favor of #287 .

@apotterri apotterri closed this Mar 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant