A dependency declared that it depends on another dependency with an invalid (narrower) scope.
| 165 | |
| 166 | |
| 167 | class DependencyScopeError(FastAPIError): |
| 168 | """ |
| 169 | A dependency declared that it depends on another dependency with an invalid |
| 170 | (narrower) scope. |
| 171 | """ |
| 172 | |
| 173 | |
| 174 | class ValidationException(Exception): |
no outgoing calls
no test coverage detected
searching dependent graphs…