pydantic-settings was left in the dev group only because two examples used it.
The text_me example needs a paid third-party SMS account to run and nothing
references or tests it, so delete it. The simple-auth example's two settings
classes are always constructed with explicit values or defaults, so plain
pydantic models do the same job; drop pydantic-settings from that example's
dependencies and from the root dev group.