You don't really need to think about complex numbers here.
Just look at
$$
\left((-1)^2\right)^{1/2} = 1
$$
and
$$
(-1)^1 = -1.
$$
The issue here is the fact that the equation $x^2=1$ has two solutions, $x=+1$ and $x=-1$.
When you write $1^{1/2}$, you're taking the positive square root of $1$, which is $1$.
To elaborate
Let's rewrite your problem as follows:
$$
\textbf{Problem 1: }\text{Find $x$ such that } x = \left((-1)^2\right)^{1/2}.
$$
Look at the related problem:
$$
\textbf{Problem 2: }\text{Find $x$ such that } x^2 = (-1)^2.
$$
Clearly, Problem 2 has two solutions, $+1$ and $-1$.
Problem 1 is essentially asking for the positive solution to Problem 2, hence the inconsistency.
In short: As John Lou said in his comment, if the base is negative, you can't necessarily commute exponentiation.