hi on fastapi integration the docs have an error b...
# support-questions-legacy
t
hi on fastapi integration the docs have an error being generated openapi spec fails
Copy code
fastapi_backend-1  |     |     f_schema, f_definitions, f_nested_models = field_singleton_schema(
fastapi_backend-1  |     |   File "/usr/local/lib/python3.8/site-packages/pydantic/schema.py", line 866, in field_singleton_schema
fastapi_backend-1  |     |     raise SkipField(f'Callable {field.name} was excluded from schema since JSON schema has no equivalent type.')
fastapi_backend-1  |     | pydantic.schema.SkipField: Callable override_global_claim_validators was excluded from schema since JSON schema has no equivalent type.
fastapi_backend-1  |     +------------------------------------
happens with using depends : session: SessionContainer = Depends(verify_session)
6 Views