MCPcopy
hub / github.com/fastapi/fastapi / DependencyScopeError

Class DependencyScopeError

fastapi/exceptions.py:167–171  ·  view source on GitHub ↗

A dependency declared that it depends on another dependency with an invalid (narrower) scope.

Source from the content-addressed store, hash-verified

165
166
167class DependencyScopeError(FastAPIError):
168 """
169 A dependency declared that it depends on another dependency with an invalid
170 (narrower) scope.
171 """
172
173
174class ValidationException(Exception):

Callers 1

get_dependantFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…