Skip to content

Delete default groups #217

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open

Delete default groups #217

wants to merge 2 commits into from

Conversation

dandavison
Copy link
Contributor

Fixes #190

Problem

The uvx migrate-to-uv tool used in 7a1dd4d623244a54170ec1b9952af84d8e5acc3e created a default-groups section, but this was not present previous in the poetry config and we don't think it's necessary, and in fact undesirable because it causes uv sync to pull in specialized dependencies. While this does add to the install time, the main way in which that's undesirable is that it make the project feel "bloated" -- people wishing to learn about core temporal functionality shouldn't need things like LLM SDKs or alternative Python concurrency frameworks.

Solution

Delete the default groups section!

@dandavison dandavison requested a review from a team as a code owner July 22, 2025 14:55
@dandavison dandavison force-pushed the delete-default-groups branch from ae8198e to b21183a Compare July 22, 2025 15:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Feature Request] Remove default groups from pyproject.toml
1 participant