{"nodes": [{"id": "backend_venv_lib_python3_12_site_packages_pydantic_settings_sources_providers_gcp_py", "label": "gcp.py", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/pydantic_settings/sources/providers/gcp.py", "source_location": "L1"}, {"id": "gcp_import_gcp_secret_manager", "label": "import_gcp_secret_manager()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/pydantic_settings/sources/providers/gcp.py", "source_location": "L25"}, {"id": "gcp_googlesecretmanagermapping", "label": "GoogleSecretManagerMapping", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/pydantic_settings/sources/providers/gcp.py", "source_location": "L43"}, {"id": "gcp_googlesecretmanagermapping_init", "label": ".__init__()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/pydantic_settings/sources/providers/gcp.py", "source_location": "L47"}, {"id": "gcp_gcp_project_path", "label": "_gcp_project_path()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/pydantic_settings/sources/providers/gcp.py", "source_location": "L54"}, {"id": "gcp_googlesecretmanagermapping_select_case_insensitive_secret", "label": "._select_case_insensitive_secret()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/pydantic_settings/sources/providers/gcp.py", "source_location": "L57"}, {"id": "gcp_secret_name_map", "label": "_secret_name_map()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/pydantic_settings/sources/providers/gcp.py", "source_location": "L73"}, {"id": "gcp_secret_names", "label": "_secret_names()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/pydantic_settings/sources/providers/gcp.py", "source_location": "L96"}, {"id": "gcp_googlesecretmanagermapping_secret_version_path", "label": "._secret_version_path()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/pydantic_settings/sources/providers/gcp.py", "source_location": "L99"}, {"id": "gcp_googlesecretmanagermapping_get_secret_value", "label": "._get_secret_value()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/pydantic_settings/sources/providers/gcp.py", "source_location": "L102"}, {"id": "gcp_googlesecretmanagermapping_getitem", "label": ".__getitem__()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/pydantic_settings/sources/providers/gcp.py", "source_location": "L110"}, {"id": "gcp_googlesecretmanagermapping_len", "label": ".__len__()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/pydantic_settings/sources/providers/gcp.py", "source_location": "L125"}, {"id": "gcp_googlesecretmanagermapping_iter", "label": ".__iter__()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/pydantic_settings/sources/providers/gcp.py", "source_location": "L128"}, {"id": "gcp_googlesecretmanagersettingssource", "label": "GoogleSecretManagerSettingsSource", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/pydantic_settings/sources/providers/gcp.py", "source_location": "L132"}, {"id": "envsettingssource", "label": "EnvSettingsSource", "file_type": "code", "source_file": "", "source_location": ""}, {"id": "gcp_googlesecretmanagersettingssource_init", "label": ".__init__()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/pydantic_settings/sources/providers/gcp.py", "source_location": "L137"}, {"id": "gcp_googlesecretmanagersettingssource_get_field_value", "label": ".get_field_value()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/pydantic_settings/sources/providers/gcp.py", "source_location": "L186"}, {"id": "gcp_googlesecretmanagersettingssource_load_env_vars", "label": "._load_env_vars()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/pydantic_settings/sources/providers/gcp.py", "source_location": "L232"}, {"id": "gcp_googlesecretmanagersettingssource_repr", "label": ".__repr__()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/pydantic_settings/sources/providers/gcp.py", "source_location": "L237"}, {"id": "gcp_rationale_187", "label": "Override get_field_value to get the secret value from GCP Secret Manager.", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/pydantic_settings/sources/providers/gcp.py", "source_location": "L187"}], "edges": [{"source": "backend_venv_lib_python3_12_site_packages_pydantic_settings_sources_providers_gcp_py", "target": "warnings", "relation": "imports", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pydantic_settings/sources/providers/gcp.py", "source_location": "L3", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_pydantic_settings_sources_providers_gcp_py", "target": "collections_abc", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pydantic_settings/sources/providers/gcp.py", "source_location": "L4", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_pydantic_settings_sources_providers_gcp_py", "target": "functools", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pydantic_settings/sources/providers/gcp.py", "source_location": "L5", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_pydantic_settings_sources_providers_gcp_py", "target": "typing", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pydantic_settings/sources/providers/gcp.py", "source_location": "L6", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_pydantic_settings_sources_providers_gcp_py", "target": "pydantic_fields", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pydantic_settings/sources/providers/gcp.py", "source_location": "L8", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_pydantic_settings_sources_providers_gcp_py", "target": "backend_venv_lib_python3_12_site_packages_pydantic_settings_sources_types_py", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pydantic_settings/sources/providers/gcp.py", "source_location": "L10", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_pydantic_settings_sources_providers_gcp_py", "target": "backend_venv_lib_python3_12_site_packages_pydantic_settings_sources_providers_env_py", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pydantic_settings/sources/providers/gcp.py", "source_location": "L11", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_pydantic_settings_sources_providers_gcp_py", "target": "google_auth", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pydantic_settings/sources/providers/gcp.py", "source_location": "L14", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_pydantic_settings_sources_providers_gcp_py", "target": "google_auth_credentials", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pydantic_settings/sources/providers/gcp.py", "source_location": "L15", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_pydantic_settings_sources_providers_gcp_py", "target": "google_cloud_secretmanager", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pydantic_settings/sources/providers/gcp.py", "source_location": "L16", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_pydantic_settings_sources_providers_gcp_py", "target": "pydantic_settings_main", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pydantic_settings/sources/providers/gcp.py", "source_location": "L18", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_pydantic_settings_sources_providers_gcp_py", "target": "gcp_import_gcp_secret_manager", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pydantic_settings/sources/providers/gcp.py", "source_location": "L25", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_pydantic_settings_sources_providers_gcp_py", "target": "gcp_googlesecretmanagermapping", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pydantic_settings/sources/providers/gcp.py", "source_location": "L43", "weight": 1.0}, {"source": "gcp_googlesecretmanagermapping", "target": "gcp_googlesecretmanagermapping_init", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pydantic_settings/sources/providers/gcp.py", "source_location": "L47", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_pydantic_settings_sources_providers_gcp_py", "target": "gcp_gcp_project_path", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pydantic_settings/sources/providers/gcp.py", "source_location": "L54", "weight": 1.0}, {"source": "gcp_googlesecretmanagermapping", "target": "gcp_googlesecretmanagermapping_select_case_insensitive_secret", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pydantic_settings/sources/providers/gcp.py", "source_location": "L57", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_pydantic_settings_sources_providers_gcp_py", "target": "gcp_secret_name_map", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pydantic_settings/sources/providers/gcp.py", "source_location": "L73", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_pydantic_settings_sources_providers_gcp_py", "target": "gcp_secret_names", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pydantic_settings/sources/providers/gcp.py", "source_location": "L96", "weight": 1.0}, {"source": "gcp_googlesecretmanagermapping", "target": "gcp_googlesecretmanagermapping_secret_version_path", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pydantic_settings/sources/providers/gcp.py", "source_location": "L99", "weight": 1.0}, {"source": "gcp_googlesecretmanagermapping", "target": "gcp_googlesecretmanagermapping_get_secret_value", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pydantic_settings/sources/providers/gcp.py", "source_location": "L102", "weight": 1.0}, {"source": "gcp_googlesecretmanagermapping", "target": "gcp_googlesecretmanagermapping_getitem", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pydantic_settings/sources/providers/gcp.py", "source_location": "L110", "weight": 1.0}, {"source": "gcp_googlesecretmanagermapping", "target": "gcp_googlesecretmanagermapping_len", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pydantic_settings/sources/providers/gcp.py", "source_location": "L125", "weight": 1.0}, {"source": "gcp_googlesecretmanagermapping", "target": "gcp_googlesecretmanagermapping_iter", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pydantic_settings/sources/providers/gcp.py", "source_location": "L128", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_pydantic_settings_sources_providers_gcp_py", "target": "gcp_googlesecretmanagersettingssource", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pydantic_settings/sources/providers/gcp.py", "source_location": "L132", "weight": 1.0}, {"source": "gcp_googlesecretmanagersettingssource", "target": "envsettingssource", "relation": "inherits", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pydantic_settings/sources/providers/gcp.py", "source_location": "L132", "weight": 1.0}, {"source": "gcp_googlesecretmanagersettingssource", "target": "gcp_googlesecretmanagersettingssource_init", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pydantic_settings/sources/providers/gcp.py", "source_location": "L137", "weight": 1.0}, {"source": "gcp_googlesecretmanagersettingssource", "target": "gcp_googlesecretmanagersettingssource_get_field_value", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pydantic_settings/sources/providers/gcp.py", "source_location": "L186", "weight": 1.0}, {"source": "gcp_googlesecretmanagersettingssource", "target": "gcp_googlesecretmanagersettingssource_load_env_vars", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pydantic_settings/sources/providers/gcp.py", "source_location": "L232", "weight": 1.0}, {"source": "gcp_googlesecretmanagersettingssource", "target": "gcp_googlesecretmanagersettingssource_repr", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pydantic_settings/sources/providers/gcp.py", "source_location": "L237", "weight": 1.0}, {"source": "gcp_secret_name_map", "target": "gcp_googlesecretmanagermapping_select_case_insensitive_secret", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pydantic_settings/sources/providers/gcp.py", "source_location": "L91", "weight": 1.0}, {"source": "gcp_googlesecretmanagermapping_get_secret_value", "target": "gcp_googlesecretmanagermapping_secret_version_path", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pydantic_settings/sources/providers/gcp.py", "source_location": "L105", "weight": 1.0}, {"source": "gcp_googlesecretmanagermapping_getitem", "target": "gcp_googlesecretmanagermapping_get_secret_value", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pydantic_settings/sources/providers/gcp.py", "source_location": "L119", "weight": 1.0}, {"source": "gcp_googlesecretmanagersettingssource_init", "target": "gcp_import_gcp_secret_manager", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pydantic_settings/sources/providers/gcp.py", "source_location": "L150", "weight": 1.0}, {"source": "gcp_googlesecretmanagersettingssource_get_field_value", "target": "gcp_googlesecretmanagermapping_get_secret_value", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pydantic_settings/sources/providers/gcp.py", "source_location": "L212", "weight": 1.0}, {"source": "gcp_googlesecretmanagersettingssource_load_env_vars", "target": "gcp_googlesecretmanagermapping", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pydantic_settings/sources/providers/gcp.py", "source_location": "L233", "weight": 1.0}, {"source": "gcp_rationale_187", "target": "gcp_googlesecretmanagersettingssource_get_field_value", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pydantic_settings/sources/providers/gcp.py", "source_location": "L187", "weight": 1.0}], "raw_calls": [{"caller_nid": "gcp_import_gcp_secret_manager", "callee": "catch_warnings", "source_file": "backend/venv/lib/python3.12/site-packages/pydantic_settings/sources/providers/gcp.py", "source_location": "L34"}, {"caller_nid": "gcp_import_gcp_secret_manager", "callee": "filterwarnings", "source_file": "backend/venv/lib/python3.12/site-packages/pydantic_settings/sources/providers/gcp.py", "source_location": "L35"}, {"caller_nid": "gcp_import_gcp_secret_manager", "callee": "ImportError", "source_file": "backend/venv/lib/python3.12/site-packages/pydantic_settings/sources/providers/gcp.py", "source_location": "L38"}, {"caller_nid": "gcp_gcp_project_path", "callee": "common_project_path", "source_file": "backend/venv/lib/python3.12/site-packages/pydantic_settings/sources/providers/gcp.py", "source_location": "L55"}, {"caller_nid": "gcp_googlesecretmanagermapping_select_case_insensitive_secret", "callee": "len", "source_file": "backend/venv/lib/python3.12/site-packages/pydantic_settings/sources/providers/gcp.py", "source_location": "L58"}, {"caller_nid": "gcp_googlesecretmanagermapping_select_case_insensitive_secret", "callee": "sort", "source_file": "backend/venv/lib/python3.12/site-packages/pydantic_settings/sources/providers/gcp.py", "source_location": "L62"}, {"caller_nid": "gcp_googlesecretmanagermapping_select_case_insensitive_secret", "callee": "warn", "source_file": "backend/venv/lib/python3.12/site-packages/pydantic_settings/sources/providers/gcp.py", "source_location": "L64"}, {"caller_nid": "gcp_secret_name_map", "callee": "list_secrets", "source_file": "backend/venv/lib/python3.12/site-packages/pydantic_settings/sources/providers/gcp.py", "source_location": "L78"}, {"caller_nid": "gcp_secret_name_map", "callee": "get", "source_file": "backend/venv/lib/python3.12/site-packages/pydantic_settings/sources/providers/gcp.py", "source_location": "L80"}, {"caller_nid": "gcp_secret_name_map", "callee": "parse_secret_path", "source_file": "backend/venv/lib/python3.12/site-packages/pydantic_settings/sources/providers/gcp.py", "source_location": "L80"}, {"caller_nid": "gcp_secret_name_map", "callee": "lower", "source_file": "backend/venv/lib/python3.12/site-packages/pydantic_settings/sources/providers/gcp.py", "source_location": "L84"}, {"caller_nid": "gcp_secret_name_map", "callee": "append", "source_file": "backend/venv/lib/python3.12/site-packages/pydantic_settings/sources/providers/gcp.py", "source_location": "L87"}, {"caller_nid": "gcp_secret_name_map", "callee": "items", "source_file": "backend/venv/lib/python3.12/site-packages/pydantic_settings/sources/providers/gcp.py", "source_location": "L90"}, {"caller_nid": "gcp_secret_names", "callee": "list", "source_file": "backend/venv/lib/python3.12/site-packages/pydantic_settings/sources/providers/gcp.py", "source_location": "L97"}, {"caller_nid": "gcp_secret_names", "callee": "keys", "source_file": "backend/venv/lib/python3.12/site-packages/pydantic_settings/sources/providers/gcp.py", "source_location": "L97"}, {"caller_nid": "gcp_googlesecretmanagermapping_secret_version_path", "callee": "secret_version_path", "source_file": "backend/venv/lib/python3.12/site-packages/pydantic_settings/sources/providers/gcp.py", "source_location": "L100"}, {"caller_nid": "gcp_googlesecretmanagermapping_get_secret_value", "callee": "decode", "source_file": "backend/venv/lib/python3.12/site-packages/pydantic_settings/sources/providers/gcp.py", "source_location": "L104"}, {"caller_nid": "gcp_googlesecretmanagermapping_get_secret_value", "callee": "access_secret_version", "source_file": "backend/venv/lib/python3.12/site-packages/pydantic_settings/sources/providers/gcp.py", "source_location": "L104"}, {"caller_nid": "gcp_googlesecretmanagermapping_getitem", "callee": "get", "source_file": "backend/venv/lib/python3.12/site-packages/pydantic_settings/sources/providers/gcp.py", "source_location": "L114"}, {"caller_nid": "gcp_googlesecretmanagermapping_getitem", "callee": "get", "source_file": "backend/venv/lib/python3.12/site-packages/pydantic_settings/sources/providers/gcp.py", "source_location": "L116"}, {"caller_nid": "gcp_googlesecretmanagermapping_getitem", "callee": "lower", "source_file": "backend/venv/lib/python3.12/site-packages/pydantic_settings/sources/providers/gcp.py", "source_location": "L116"}, {"caller_nid": "gcp_googlesecretmanagermapping_getitem", "callee": "KeyError", "source_file": "backend/venv/lib/python3.12/site-packages/pydantic_settings/sources/providers/gcp.py", "source_location": "L121"}, {"caller_nid": "gcp_googlesecretmanagermapping_len", "callee": "len", "source_file": "backend/venv/lib/python3.12/site-packages/pydantic_settings/sources/providers/gcp.py", "source_location": "L126"}, {"caller_nid": "gcp_googlesecretmanagermapping_iter", "callee": "iter", "source_file": "backend/venv/lib/python3.12/site-packages/pydantic_settings/sources/providers/gcp.py", "source_location": "L129"}, {"caller_nid": "gcp_googlesecretmanagersettingssource_init", "callee": "google_auth_default", "source_file": "backend/venv/lib/python3.12/site-packages/pydantic_settings/sources/providers/gcp.py", "source_location": "L155"}, {"caller_nid": "gcp_googlesecretmanagersettingssource_init", "callee": "isinstance", "source_file": "backend/venv/lib/python3.12/site-packages/pydantic_settings/sources/providers/gcp.py", "source_location": "L162"}, {"caller_nid": "gcp_googlesecretmanagersettingssource_init", "callee": "AttributeError", "source_file": "backend/venv/lib/python3.12/site-packages/pydantic_settings/sources/providers/gcp.py", "source_location": "L165"}, {"caller_nid": "gcp_googlesecretmanagersettingssource_init", "callee": "SecretManagerServiceClient", "source_file": "backend/venv/lib/python3.12/site-packages/pydantic_settings/sources/providers/gcp.py", "source_location": "L175"}, {"caller_nid": "gcp_googlesecretmanagersettingssource_init", "callee": "super", "source_file": "backend/venv/lib/python3.12/site-packages/pydantic_settings/sources/providers/gcp.py", "source_location": "L177"}, {"caller_nid": "gcp_googlesecretmanagersettingssource_get_field_value", "callee": "next", "source_file": "backend/venv/lib/python3.12/site-packages/pydantic_settings/sources/providers/gcp.py", "source_location": "L200"}, {"caller_nid": "gcp_googlesecretmanagersettingssource_get_field_value", "callee": "isinstance", "source_file": "backend/venv/lib/python3.12/site-packages/pydantic_settings/sources/providers/gcp.py", "source_location": "L200"}, {"caller_nid": "gcp_googlesecretmanagersettingssource_get_field_value", "callee": "isinstance", "source_file": "backend/venv/lib/python3.12/site-packages/pydantic_settings/sources/providers/gcp.py", "source_location": "L205"}, {"caller_nid": "gcp_googlesecretmanagersettingssource_get_field_value", "callee": "_extract_field_info", "source_file": "backend/venv/lib/python3.12/site-packages/pydantic_settings/sources/providers/gcp.py", "source_location": "L206"}, {"caller_nid": "gcp_googlesecretmanagersettingssource_get_field_value", "callee": "get", "source_file": "backend/venv/lib/python3.12/site-packages/pydantic_settings/sources/providers/gcp.py", "source_location": "L207"}, {"caller_nid": "gcp_googlesecretmanagersettingssource_get_field_value", "callee": "get", "source_file": "backend/venv/lib/python3.12/site-packages/pydantic_settings/sources/providers/gcp.py", "source_location": "L209"}, {"caller_nid": "gcp_googlesecretmanagersettingssource_get_field_value", "callee": "lower", "source_file": "backend/venv/lib/python3.12/site-packages/pydantic_settings/sources/providers/gcp.py", "source_location": "L209"}, {"caller_nid": "gcp_googlesecretmanagersettingssource_get_field_value", "callee": "get", "source_file": "backend/venv/lib/python3.12/site-packages/pydantic_settings/sources/providers/gcp.py", "source_location": "L216"}, {"caller_nid": "gcp_googlesecretmanagersettingssource_get_field_value", "callee": "super", "source_file": "backend/venv/lib/python3.12/site-packages/pydantic_settings/sources/providers/gcp.py", "source_location": "L224"}, {"caller_nid": "gcp_googlesecretmanagersettingssource_get_field_value", "callee": "get", "source_file": "backend/venv/lib/python3.12/site-packages/pydantic_settings/sources/providers/gcp.py", "source_location": "L228"}]}