You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Tom Hacohen 6ec03c3d34 Revert "Add a django middleware to cleanup db connections."
This ended up being useless because of the way startlette and fastapi do
thread pools. The middleware is called in one thread, the path in
another, and the dependency in yet another.

This reverts commit 473448246f.
4 years ago
..
routers Remove unused variable. 4 years ago
sendfile Reformat files using black. 4 years ago
__init__.py first commit 4 years ago
dependencies.py Fix many type errors. 4 years ago
exceptions.py Cleanup validation errors. 4 years ago
main.py Revert "Add a django middleware to cleanup db connections." 4 years ago
msgpack.py msgpack route: use the encode/decode functions from the utils module. 4 years ago
stoken_handler.py Remove usages of EtebaseValidationError. 4 years ago
utils.py Improve typing information. 4 years ago