pub fn convert_value( spec: &FieldSpec, value: &str, py: Python<'_>, custom_converters: &HashMap<String, PyObject>, ) -> PyResult<PyObject>