Skip to content

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

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

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

Conversation

@MarkCesium
Copy link
Copy Markdown
Contributor

Summary

Add watchfiles to the dev dependency group so the dev compose overlay (infra#4) can wrap service startup with watchfiles --filter python --target-type command 'python -m src.main' src for ~1s hot-reload.

Changes

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

Verification

  • uv sync --locked succeeds
  • uv run watchfiles --help works
  • uv run ruff check / ruff format --check pass
  • mypy — pre-existing unused-ignore in migrations/env.py:17, unrelated to this change
  • System smoke test — dev-only tooling change, no runtime code touched

Closes #5

@MarkCesium MarkCesium linked an issue Apr 17, 2026 that may be closed by this pull request
@MarkCesium MarkCesium merged commit 3c59451 into main Apr 17, 2026
1 check passed
@MarkCesium MarkCesium deleted the 5-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