-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
CHORE: Stay current with latest FastAPI / Starlette (#86)
* RF: Move to lifespan context manager for startup/shutdown * RF: Reflect parameter order change * RF: Stop using deprecated `close` * FIX: Catch potential `None` client For reasons I don't quite understand, starlette.TestClient will now produce a Nonetype object for `request.client`, leading to a problem for the sliding window rate limiter. This should not be present in production. * PIN: Update stable dependencies
- Loading branch information
Showing
3 changed files
with
52 additions
and
59 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters