This file contains hidden or 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 snippet is valid for older FastAPI versions. | |
# For an updated DependencyExtension that works with FastAPI 0.115.0, refer to this gist: | |
# https://gist.github.com/jgadling/bf27a924cd9c34a2a64d2dbf8a5507e6 | |
import typing | |
import strawberry | |
import uvicorn | |
from fastapi import Depends, FastAPI |