Skip to content

chore(deps): add watchfiles to dev dependency group#4

Merged
MarkCesium merged 1 commit intomainfrom
3-choredeps-add-watchfiles-to-dev-dependency-group
Apr 17, 2026
Merged

chore(deps): add watchfiles to dev dependency group#4
MarkCesium merged 1 commit intomainfrom
3-choredeps-add-watchfiles-to-dev-dependency-group

Conversation

@MarkCesium
Copy link
Copy Markdown
Contributor

Summary

Add watchfiles to the dev dependency group so the image can be used with the dev compose hot-reload wrapper (watchfiles --filter python --target-type command 'python -m src.main' src) without installing at container start.

Changes

  • Add watchfiles>=1.1.1 to [dependency-groups].dev in pyproject.toml
  • Refresh uv.lock

Verification

  • uv lock + uv sync --locked succeed
  • uv run watchfiles --help works in the local venv
  • uv run ruff check, uv run ruff format --check, uv run mypy src pass
  • Image build + in-container watchfiles --help — deferred; will be exercised by infra#4 when dev compose wraps the command

Closes #3

@MarkCesium MarkCesium linked an issue Apr 17, 2026 that may be closed by this pull request
@MarkCesium MarkCesium merged commit 5eced96 into main Apr 17, 2026
1 check passed
@MarkCesium MarkCesium deleted the 3-choredeps-add-watchfiles-to-dev-dependency-group branch April 17, 2026 13:29
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.

chore(deps): add watchfiles to dev dependency group

1 participant