Skip to content

refactor: normalize Poetry dependency group names#7743

Draft
wtfiwtz wants to merge 1 commit into
getredash:masterfrom
orchestrated-io:refactor/normalize-poetry-groups
Draft

refactor: normalize Poetry dependency group names#7743
wtfiwtz wants to merge 1 commit into
getredash:masterfrom
orchestrated-io:refactor/normalize-poetry-groups

Conversation

@wtfiwtz
Copy link
Copy Markdown

@wtfiwtz wtfiwtz commented Jun 2, 2026

Summary

Normalize Poetry dependency group name from all_ds to all-ds for consistency with Poetry naming conventions.

Changes

  • Rename [tool.poetry.group.all_ds][tool.poetry.group.all-ds]
  • Regenerate poetry.lock with updated group references throughout
  • No functional changes - pure refactor for naming consistency

Why

  • Follows Poetry's recommended hyphen-based naming convention for optional groups
  • Makes subsequent dependency upgrade PRs cleaner (reduces diff noise)
  • Improves maintainability and consistency

CVEs Addressed

None - this is a housekeeping refactor

Testing

  • ✅ Python tests pass
  • ✅ Frontend tests pass
  • poetry lock regenerates successfully

Breaking Changes

None

Notes

This PR should be merged first as it reduces diff noise in subsequent dependency upgrade PRs (#7744, #7745, #7746).

Made with Cursor

Replace all_ds with all-ds for consistency with Poetry naming conventions.

Changes:
- Rename [tool.poetry.group.all_ds] → [tool.poetry.group.all-ds]
- Regenerate poetry.lock with updated group references
- No functional changes, pure refactor for naming consistency

This change makes subsequent dependency upgrades cleaner and follows
Poetry's recommended naming convention for optional dependency groups.

Co-authored-by: Cursor <cursoragent@cursor.com>
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.

1 participant