Results 1 comments of A

Confirmed, I had the same issue. I fixed it by running an additional `uv sync --all-groups` command after removing packages from the general group: ``` dependencies = [ "alembic>=1.15.2", "authlib>=1.5.2",...