Skip to content

Add click as a direct dependency - #209

Merged
xmnlab merged 1 commit into
sugar-org:mainfrom
esloch:fix/click-direct-dependency
Jun 5, 2026
Merged

Add click as a direct dependency#209
xmnlab merged 1 commit into
sugar-org:mainfrom
esloch:fix/click-direct-dependency

Conversation

@esloch

@esloch esloch commented Jun 5, 2026

Copy link
Copy Markdown
Contributor

Description:

Fixes #208.\n\n## Summary\n- add click as a direct runtime dependency because sugar.cli imports it directly\n- refresh poetry.lock metadata\n\n## Tests\n- poetry check\n- poetry run python -c 'import importlib.metadata as m; import click; import sugar.cli; print(m.version("click"))'\n- poetry run pytest tests/test_containers_sugar.py\n- git diff --check

@xmnlab
xmnlab merged commit 1ab056e into sugar-org:main Jun 5, 2026
8 of 9 checks passed
@xmnlab

xmnlab commented Jun 5, 2026

Copy link
Copy Markdown
Contributor

thbaks @esloch
appreciate it

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.

containers-sugar fails with ModuleNotFoundError for click on Python 3.11

2 participants