In the undergrad textbook on ODEs by Blanchard, Devaney, and Hall it states that the solution to the ordinary differential equation $dy/dt=f(t,y)$ with initial value problem $y(t_0)=y_0$ has a unique solution on some interval containing $t_0$ if $f$ and $\partial f/\partial y$ are continuous on an open rectangle containing $(t_0,y_0)$.
On the other hand, the Picard–Lindelöf theorem guarantees uniqueness under the hypothesis that $f$ be uniformly Lipschitz in $y$, rather than continuously differentiable.
At first I assumed that the textbook had substituted continuous differentiability of $f$ as a stronger condition but which would be more familiar to beginning students without a background in real analysis. But there exist functions which are differentiable but not Lipschitz, such $e^y$ (on an unbounded domain) or $y^{3/2}\sin(1/y)$. If I've understood correctly, these functions would meet the criteria of the undergrad textbook, but not the Picard-Lindelöf theorem. The Wikipedia article and some M.SE answers mention stronger versions of the theorem, but none that seem to apply. Have I misunderstood the theorem? Should we expect $dy/dt = y^{3/2}\sin(1/y)$ to to have unique solutions at 0?