Skip to content

Use UV in CI#3562

Open
juliusgeo wants to merge 6 commits intomainfrom
uv_ci
Open

Use UV in CI#3562
juliusgeo wants to merge 6 commits intomainfrom
uv_ci

Conversation

@juliusgeo
Copy link
Copy Markdown
Contributor

Description

Fixes # (issue)

Type of change

  • Bug fix (non-breaking change which fixes an issue)
  • Documentation change (pure documentation change)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • Refactor (non-breaking changes to code which doesn't change any behaviour)
  • CI (any automation pipeline changes)
  • Chore (changes which are not directly related to any business logic)
  • Test changes (add, refactor, improve or change a test)
  • This change requires a documentation update

What's Changed

  • Add a list of tasks or features here...

@vercel
Copy link
Copy Markdown

vercel Bot commented Apr 6, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
hatchet-docs Ready Ready Preview, Comment Apr 6, 2026 10:39pm

Request Review

@gregfurman
Copy link
Copy Markdown
Collaborator

Think UV would be a great addition 👀 Could you possibly also include a uv ecosystem in the dependabot.,yaml job? That way we can ensure the deps are correctly monitored and updated i.e

  - package-ecosystem: "uv"
    directories:
      - "/sdks/python"
      - "/cmd/hatchet-cli/cli/templates/python/uv"
    schedule:
      interval: "weekly"
      day: "monday"
    cooldown:
      default-days: 3
      semver-major-days: 3
    groups:
      python-deps:
        patterns:
          - "*"
        update-types:
          - "patch"
          - "minor"
      python-deps-major:
        patterns:
          - "*"
        update-types:
          - "major"

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.

2 participants