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