Skip to content

feat: migrate python-crawlee-parsel to pyproject.toml + uv#728

Draft
vdusek wants to merge 1 commit intomasterfrom
chore/migrate-python-crawlee-parsel-to-uv
Draft

feat: migrate python-crawlee-parsel to pyproject.toml + uv#728
vdusek wants to merge 1 commit intomasterfrom
chore/migrate-python-crawlee-parsel-to-uv

Conversation

@vdusek
Copy link
Contributor

@vdusek vdusek commented Mar 16, 2026

Summary

  • Replace requirements.txt + pip with pyproject.toml + uv for the python-crawlee-parsel template
  • Add ruff, ty, pytest, and pytest-asyncio as dev dependencies
  • Update Dockerfile to use uv sync --frozen with lockfile for reproducible builds
  • Update test harness to support both pyproject.toml and requirements.txt templates
  • Add astral-sh/setup-uv@v6 to CI workflow

Test plan

  • cd templates/python-crawlee-parsel && uv sync installs all deps
  • uv run ruff check my_actor/ passes
  • uv run ty check passes
  • Docker build succeeds
  • CI passes for all Python templates (both pyproject.toml and requirements.txt)

🤖 Generated with Claude Code

…ct.toml + uv

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
@vdusek vdusek added adhoc Ad-hoc unplanned task added during the sprint. t-tooling Issues with this label are in the ownership of the tooling team. labels Mar 16, 2026
@vdusek vdusek self-assigned this Mar 16, 2026
@vdusek vdusek added adhoc Ad-hoc unplanned task added during the sprint. t-tooling Issues with this label are in the ownership of the tooling team. labels Mar 16, 2026
@github-actions github-actions bot added this to the 136th sprint - Tooling team milestone Mar 16, 2026
@github-actions github-actions bot added the tested Temporary label used only programatically for some analytics. label Mar 16, 2026
@vdusek vdusek changed the title chore: migrate python-crawlee-parsel to pyproject.toml + uv feat: migrate python-crawlee-parsel to pyproject.toml + uv Mar 16, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

adhoc Ad-hoc unplanned task added during the sprint. t-tooling Issues with this label are in the ownership of the tooling team. tested Temporary label used only programatically for some analytics.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants