This is exercise 133Xc in Fremlin Volume 1:
Let $(X,\Sigma,\mu)$ be a measure space and let $G\subset\mathbb{C}$ be open. Let $f:X\times G\to\mathbb{C}$ be a function and suppose that the derivative $\frac{\partial f}{\partial z}$ of $f$ with respect to the second variable exists for all $x\in X$, $z\in G$. Suppose also that $(i)$ $F(z)=\int f(x,z) dx$ exists for every $z\in G$ and $(ii)$ there is an integrable function $g$ such that $\lvert \frac{\partial f}{\partial z} (x,z) \rvert \leq g(x)$ for every $x\in X$, $z\in G$. Show that the derivative $F'$ of $F$ exists everywhere in $G$, and $F'(z)=\int \frac{\partial f}{\partial z} (x,z) dx$ for every $z\in G$. (Hint: you will need to check that $\lvert f(x,z)-f(x,w) \rvert \leq \lvert z-w \rvert g(x)$ whenever $x\in X, z\in G$ and $w$ is close to $z$.)
My attempt:
Let $w\in G$ and let $(w_n)$ be a sequence in $G\setminus\{w\}$ converging to $w$. For each $n$ we have
$$\frac{F(w_n)-F(w)}{w_n-w}=\int \frac{f(x,w_n)-f(x,w)}{w_n-w} dx$$ Consider the sequence of functions $(f_n)$ defined by
$$f_n(x)=\frac{f(x,w_n)-f(x,w)}{w_n-w}$$ for all $n$ and all $x\in X$. Suppose I can show that $\lvert f_n(x)\rvert\leq g(x)$ for all $n$ and all $x\in X$. Then, since $f_n(x)\to \frac{\partial f}{\partial z}(x,w)$ as $n\to\infty$ for all $x\in X$, I can invoke the DCT (complex version) to deduce that
$$\lim_{n\to\infty}\frac{F(w_n)-F(w)}{w_n-w}= \int \frac{\partial f}{\partial z}(x,w) dx$$
Since $(w_n)$ is arbitrary, the conclusion follows.
My problem is how to show the inequality $\lvert f_n(x)\rvert\leq g(x)$. In the real case we can invoke the MVT to obtain this inequality but in the complex case I don't know how to proceed. It is supposed to be a basic exercise but somehow I don't have the right tool.
Thanks a lot for your help.
EDIT: I posted a solution attempt below based on DavidC.Ulrich's comments. But I have the problem that $\alpha_z$ is a function of $z$ and I can't prove that this function is differentiable.
"Advanced calculus" details, on request:
Proof: Fix $z,w$ with $[z,w]\subset G$. Choose $\alpha\in\Bbb C$ with $|\alpha|=1$ and $$|f(z)-f(w)|=\alpha(f(z)-f(w).$$Define $$u=\Re(\alpha f)$$and define $\phi:[0,1]\to\Bbb R$ by $$\phi(t)=u(tw+(1-t)z).$$Then MVT shows there exists $s\in[0,1]$ with $$\begin{aligned}|f(w)-f(z)|&=u(1)-u(0)=u'(s)\\&=\Re\alpha(w-z)f'(sw+(1-s)z)\\&\le|(w-z)f'(sw+(1-s)z)|\le c|z-w|.\end{aligned}$$