We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 74754f6 commit ce9a94eCopy full SHA for ce9a94e
1 file changed
docs/wiring.rst
@@ -685,13 +685,6 @@ extensions for a FastAPI / dependency-injector codebase:
685
"language_level": 3,
686
"binding": True,
687
"embedsignature": True,
688
- # Keep annotation_typing=False for FastAPI handlers using
689
- # `param: str = Header(...)` / `dep: Service = Depends(...)`:
690
- # with annotation_typing=True (the Cython 3.x default!) Cython
691
- # generates a C-level isinstance check against the default
692
- # sentinel and raises `TypeError: Expected str, got Header` at
693
- # import time.
694
- "annotation_typing": False,
695
},
696
)
697
0 commit comments