Conversation
Greptile SummaryThis PR completes a full dependency-manager migration from Poetry to uv, touching the lockfile, The migration is well-executed and consistent across most surfaces. A few areas worth attention:
Confidence Score: 4/5
Important Files Changed
|
|
@greptileai please review |
|
@greptileai please review |
Replace Poetry with uv for dependency management across the entire project: pyproject.toml (PEP 621), Makefile, Dockerfile, CI workflow, build scripts, docs, and entrypoint. Fix Textual 6.x Static.renderable removal and missing tool COPY in Dockerfile. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
|
Rebased onto main. @0xallam please review |
Replace Poetry with uv for dependency management across the entire project: pyproject.toml (PEP 621), Makefile, Dockerfile, CI workflow, build scripts, docs, and entrypoint.
Additional fixes
Fix Textual 6.x Static.renderable removal and missing tool COPY in Dockerfile.