{"nodes": [{"id": "backend_venv_lib_python3_12_site_packages_pydantic_errors_py", "label": "errors.py", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/pydantic/errors.py", "source_location": "L1"}, {"id": "errors_pydanticerrormixin", "label": "PydanticErrorMixin", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/pydantic/errors.py", "source_location": "L82"}, {"id": "errors_pydanticerrormixin_init", "label": ".__init__()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/pydantic/errors.py", "source_location": "L90"}, {"id": "errors_pydanticerrormixin_str", "label": ".__str__()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/pydantic/errors.py", "source_location": "L94"}, {"id": "errors_pydanticusererror", "label": "PydanticUserError", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/pydantic/errors.py", "source_location": "L101"}, {"id": "runtimeerror", "label": "RuntimeError", "file_type": "code", "source_file": "", "source_location": ""}, {"id": "errors_pydanticundefinedannotation", "label": "PydanticUndefinedAnnotation", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/pydantic/errors.py", "source_location": "L105"}, {"id": "nameerror", "label": "NameError", "file_type": "code", "source_file": "", "source_location": ""}, {"id": "errors_pydanticundefinedannotation_init", "label": ".__init__()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/pydantic/errors.py", "source_location": "L113"}, {"id": "errors_from_name_error", "label": "from_name_error()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/pydantic/errors.py", "source_location": "L118"}, {"id": "errors_pydanticimporterror", "label": "PydanticImportError", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/pydantic/errors.py", "source_location": "L134"}, {"id": "importerror", "label": "ImportError", "file_type": "code", "source_file": "", "source_location": ""}, {"id": "errors_pydanticimporterror_init", "label": ".__init__()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/pydantic/errors.py", "source_location": "L141"}, {"id": "errors_pydanticschemagenerationerror", "label": "PydanticSchemaGenerationError", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/pydantic/errors.py", "source_location": "L145"}, {"id": "errors_pydanticschemagenerationerror_init", "label": ".__init__()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/pydantic/errors.py", "source_location": "L152"}, {"id": "errors_pydanticinvalidforjsonschema", "label": "PydanticInvalidForJsonSchema", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/pydantic/errors.py", "source_location": "L156"}, {"id": "errors_pydanticinvalidforjsonschema_init", "label": ".__init__()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/pydantic/errors.py", "source_location": "L163"}, {"id": "errors_pydanticforbiddenqualifier", "label": "PydanticForbiddenQualifier", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/pydantic/errors.py", "source_location": "L167"}, {"id": "errors_pydanticforbiddenqualifier_init", "label": ".__init__()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/pydantic/errors.py", "source_location": "L179"}, {"id": "errors_rationale_1", "label": "Pydantic-specific errors.", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/pydantic/errors.py", "source_location": "L1"}, {"id": "errors_rationale_83", "label": "A mixin class for common functionality shared by all Pydantic-specific errors.", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/pydantic/errors.py", "source_location": "L83"}, {"id": "errors_rationale_102", "label": "An error raised due to incorrect use of Pydantic.", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/pydantic/errors.py", "source_location": "L102"}, {"id": "errors_rationale_106", "label": "A subclass of `NameError` raised when handling undefined annotations during `Cor", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/pydantic/errors.py", "source_location": "L106"}, {"id": "errors_rationale_119", "label": "Convert a `NameError` to a `PydanticUndefinedAnnotation` error. Args:", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/pydantic/errors.py", "source_location": "L119"}, {"id": "errors_rationale_135", "label": "An error raised when an import fails due to module changes between V1 and V2.", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/pydantic/errors.py", "source_location": "L135"}, {"id": "errors_rationale_146", "label": "An error raised during failures to generate a `CoreSchema` for some type. A", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/pydantic/errors.py", "source_location": "L146"}, {"id": "errors_rationale_157", "label": "An error raised during failures to generate a JSON schema for some `CoreSchema`.", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/pydantic/errors.py", "source_location": "L157"}, {"id": "errors_rationale_168", "label": "An error raised if a forbidden type qualifier is found in a type annotation.", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/pydantic/errors.py", "source_location": "L168"}], "edges": [{"source": "backend_venv_lib_python3_12_site_packages_pydantic_errors_py", "target": "re", "relation": "imports", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pydantic/errors.py", "source_location": "L5", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_pydantic_errors_py", "target": "typing", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pydantic/errors.py", "source_location": "L6", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_pydantic_errors_py", "target": "typing_extensions", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pydantic/errors.py", "source_location": "L8", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_pydantic_errors_py", "target": "typing_inspection_introspection", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pydantic/errors.py", "source_location": "L9", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_pydantic_errors_py", "target": "pydantic_internal", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pydantic/errors.py", "source_location": "L11", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_pydantic_errors_py", "target": "backend_venv_lib_python3_12_site_packages_pydantic_migration_py", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pydantic/errors.py", "source_location": "L13", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_pydantic_errors_py", "target": "backend_venv_lib_python3_12_site_packages_pydantic_version_py", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pydantic/errors.py", "source_location": "L14", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_pydantic_errors_py", "target": "errors_pydanticerrormixin", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pydantic/errors.py", "source_location": "L82", "weight": 1.0}, {"source": "errors_pydanticerrormixin", "target": "errors_pydanticerrormixin_init", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pydantic/errors.py", "source_location": "L90", "weight": 1.0}, {"source": "errors_pydanticerrormixin", "target": "errors_pydanticerrormixin_str", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pydantic/errors.py", "source_location": "L94", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_pydantic_errors_py", "target": "errors_pydanticusererror", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pydantic/errors.py", "source_location": "L101", "weight": 1.0}, {"source": "errors_pydanticusererror", "target": "errors_pydanticerrormixin", "relation": "inherits", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pydantic/errors.py", "source_location": "L101", "weight": 1.0}, {"source": "errors_pydanticusererror", "target": "runtimeerror", "relation": "inherits", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pydantic/errors.py", "source_location": "L101", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_pydantic_errors_py", "target": "errors_pydanticundefinedannotation", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pydantic/errors.py", "source_location": "L105", "weight": 1.0}, {"source": "errors_pydanticundefinedannotation", "target": "errors_pydanticerrormixin", "relation": "inherits", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pydantic/errors.py", "source_location": "L105", "weight": 1.0}, {"source": "errors_pydanticundefinedannotation", "target": "nameerror", "relation": "inherits", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pydantic/errors.py", "source_location": "L105", "weight": 1.0}, {"source": "errors_pydanticundefinedannotation", "target": "errors_pydanticundefinedannotation_init", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pydantic/errors.py", "source_location": "L113", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_pydantic_errors_py", "target": "errors_from_name_error", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pydantic/errors.py", "source_location": "L118", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_pydantic_errors_py", "target": "errors_pydanticimporterror", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pydantic/errors.py", "source_location": "L134", "weight": 1.0}, {"source": "errors_pydanticimporterror", "target": "errors_pydanticerrormixin", "relation": "inherits", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pydantic/errors.py", "source_location": "L134", "weight": 1.0}, {"source": "errors_pydanticimporterror", "target": "importerror", "relation": "inherits", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pydantic/errors.py", "source_location": "L134", "weight": 1.0}, {"source": "errors_pydanticimporterror", "target": "errors_pydanticimporterror_init", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pydantic/errors.py", "source_location": "L141", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_pydantic_errors_py", "target": "errors_pydanticschemagenerationerror", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pydantic/errors.py", "source_location": "L145", "weight": 1.0}, {"source": "errors_pydanticschemagenerationerror", "target": "errors_pydanticusererror", "relation": "inherits", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pydantic/errors.py", "source_location": "L145", "weight": 1.0}, {"source": "errors_pydanticschemagenerationerror", "target": "errors_pydanticschemagenerationerror_init", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pydantic/errors.py", "source_location": "L152", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_pydantic_errors_py", "target": "errors_pydanticinvalidforjsonschema", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pydantic/errors.py", "source_location": "L156", "weight": 1.0}, {"source": "errors_pydanticinvalidforjsonschema", "target": "errors_pydanticusererror", "relation": "inherits", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pydantic/errors.py", "source_location": "L156", "weight": 1.0}, {"source": "errors_pydanticinvalidforjsonschema", "target": "errors_pydanticinvalidforjsonschema_init", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pydantic/errors.py", "source_location": "L163", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_pydantic_errors_py", "target": "errors_pydanticforbiddenqualifier", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pydantic/errors.py", "source_location": "L167", "weight": 1.0}, {"source": "errors_pydanticforbiddenqualifier", "target": "errors_pydanticusererror", "relation": "inherits", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pydantic/errors.py", "source_location": "L167", "weight": 1.0}, {"source": "errors_pydanticforbiddenqualifier", "target": "errors_pydanticforbiddenqualifier_init", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pydantic/errors.py", "source_location": "L179", "weight": 1.0}, {"source": "errors_pydanticundefinedannotation_init", "target": "errors_pydanticforbiddenqualifier_init", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pydantic/errors.py", "source_location": "L115", "weight": 1.0}, {"source": "errors_pydanticimporterror_init", "target": "errors_pydanticforbiddenqualifier_init", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pydantic/errors.py", "source_location": "L142", "weight": 1.0}, {"source": "errors_pydanticschemagenerationerror_init", "target": "errors_pydanticforbiddenqualifier_init", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pydantic/errors.py", "source_location": "L153", "weight": 1.0}, {"source": "errors_pydanticinvalidforjsonschema_init", "target": "errors_pydanticforbiddenqualifier_init", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pydantic/errors.py", "source_location": "L164", "weight": 1.0}, {"source": "errors_rationale_1", "target": "backend_venv_lib_python3_12_site_packages_pydantic_errors_py", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pydantic/errors.py", "source_location": "L1", "weight": 1.0}, {"source": "errors_rationale_83", "target": "errors_pydanticerrormixin", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pydantic/errors.py", "source_location": "L83", "weight": 1.0}, {"source": "errors_rationale_102", "target": "errors_pydanticusererror", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pydantic/errors.py", "source_location": "L102", "weight": 1.0}, {"source": "errors_rationale_106", "target": "errors_pydanticundefinedannotation", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pydantic/errors.py", "source_location": "L106", "weight": 1.0}, {"source": "errors_rationale_119", "target": "errors_pydanticundefinedannotation_from_name_error", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pydantic/errors.py", "source_location": "L119", "weight": 1.0}, {"source": "errors_rationale_135", "target": "errors_pydanticimporterror", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pydantic/errors.py", "source_location": "L135", "weight": 1.0}, {"source": "errors_rationale_146", "target": "errors_pydanticschemagenerationerror", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pydantic/errors.py", "source_location": "L146", "weight": 1.0}, {"source": "errors_rationale_157", "target": "errors_pydanticinvalidforjsonschema", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pydantic/errors.py", "source_location": "L157", "weight": 1.0}, {"source": "errors_rationale_168", "target": "errors_pydanticforbiddenqualifier", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pydantic/errors.py", "source_location": "L168", "weight": 1.0}], "raw_calls": [{"caller_nid": "errors_pydanticundefinedannotation_init", "callee": "super", "source_file": "backend/venv/lib/python3.12/site-packages/pydantic/errors.py", "source_location": "L115"}, {"caller_nid": "errors_from_name_error", "callee": "group", "source_file": "backend/venv/lib/python3.12/site-packages/pydantic/errors.py", "source_location": "L130"}, {"caller_nid": "errors_from_name_error", "callee": "search", "source_file": "backend/venv/lib/python3.12/site-packages/pydantic/errors.py", "source_location": "L130"}, {"caller_nid": "errors_from_name_error", "callee": "str", "source_file": "backend/venv/lib/python3.12/site-packages/pydantic/errors.py", "source_location": "L130"}, {"caller_nid": "errors_from_name_error", "callee": "cls", "source_file": "backend/venv/lib/python3.12/site-packages/pydantic/errors.py", "source_location": "L131"}, {"caller_nid": "errors_from_name_error", "callee": "str", "source_file": "backend/venv/lib/python3.12/site-packages/pydantic/errors.py", "source_location": "L131"}, {"caller_nid": "errors_pydanticimporterror_init", "callee": "super", "source_file": "backend/venv/lib/python3.12/site-packages/pydantic/errors.py", "source_location": "L142"}, {"caller_nid": "errors_pydanticschemagenerationerror_init", "callee": "super", "source_file": "backend/venv/lib/python3.12/site-packages/pydantic/errors.py", "source_location": "L153"}, {"caller_nid": "errors_pydanticinvalidforjsonschema_init", "callee": "super", "source_file": "backend/venv/lib/python3.12/site-packages/pydantic/errors.py", "source_location": "L164"}, {"caller_nid": "errors_pydanticforbiddenqualifier_init", "callee": "super", "source_file": "backend/venv/lib/python3.12/site-packages/pydantic/errors.py", "source_location": "L180"}, {"caller_nid": "errors_pydanticforbiddenqualifier_init", "callee": "display_as_type", "source_file": "backend/venv/lib/python3.12/site-packages/pydantic/errors.py", "source_location": "L182"}]}