Skip to content

Refresh project dependency handling#386

Open
asnare wants to merge 8 commits into
mainfrom
refresh-project-plumbing
Open

Refresh project dependency handling#386
asnare wants to merge 8 commits into
mainfrom
refresh-project-plumbing

Conversation

@asnare
Copy link
Copy Markdown
Contributor

@asnare asnare commented May 13, 2026

This PR updates the project dependency and CI handling:

  • Developer and CI/CD workflows now use frozen-mode for uv operations.
  • Linting is implemented for the lockfiles.
  • Explicit dependencies are updated: pip, pytest, mypy and databricks-labs-pylint.
  • Various transitive dependencies are also updated because we now lock to the highest version allowed instead of the lowest.
  • The CI/CD environments are now marked as being unrelated to deployments.

Subsumes:

@asnare asnare self-assigned this May 13, 2026
@asnare asnare added dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code labels May 13, 2026
@asnare asnare added this to UCX May 13, 2026
@asnare asnare added the python:uv Pull requests that update python:uv code label May 13, 2026
@asnare asnare moved this to In Progress in UCX May 13, 2026
@codecov
Copy link
Copy Markdown

codecov Bot commented May 13, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 80.15%. Comparing base (906d6fc) to head (f4b64b0).

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #386   +/-   ##
=======================================
  Coverage   80.15%   80.15%           
=======================================
  Files          17       17           
  Lines        2474     2474           
  Branches      403      403           
=======================================
  Hits         1983     1983           
  Misses        364      364           
  Partials      127      127           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@asnare asnare force-pushed the refresh-project-plumbing branch from 60a9428 to 288efa9 Compare May 13, 2026 15:15
@asnare asnare moved this from In Progress to Ready for Review in UCX May 13, 2026
@asnare asnare marked this pull request as ready for review May 13, 2026 15:19
@asnare asnare requested a review from a team as a code owner May 13, 2026 15:19
@github-actions
Copy link
Copy Markdown

github-actions Bot commented May 13, 2026

✅ 40/40 passed, 2 skipped, 1m59s total

Running from acceptance #443

Copy link
Copy Markdown

@dgomez04 dgomez04 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code python:uv Pull requests that update python:uv code

Projects

Status: Ready for Review

Development

Successfully merging this pull request may close these issues.

2 participants