numpy-2.3 added [`sort` parameter to](https://numpy.org/doc/stable/reference/generated/numpy.unique.html#:~:text=sortedbool%2C%20optional) `numpy.unique`, `dpnp` should align with it. In addition, the [behavior](https://numpy.org/doc/stable/reference/generated/numpy.unique_values.html#:~:text=Changed%20in%20version%202.3%3A%20The%20algorithm%20was%20changed%20to%20a%20faster%20one%20that%20does%20not%20rely%20on%20sorting%2C%20and%20hence%20the%20results%20are%20no%20longer%20implicitly%20sorted.) of `numpy.unique_value` is modified in numpy-2.3, `dpnp` should align here as well.