Skip to content

⬆ Bump astral-sh/setup-uv from 8.3.2 to 9.0.0#297

Merged
Chisanan232 merged 2 commits into
mainfrom
dependabot/github_actions/astral-sh/setup-uv-9.0.0
Jul 23, 2026
Merged

⬆ Bump astral-sh/setup-uv from 8.3.2 to 9.0.0#297
Chisanan232 merged 2 commits into
mainfrom
dependabot/github_actions/astral-sh/setup-uv-9.0.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 22, 2026

Copy link
Copy Markdown
Contributor

Bumps astral-sh/setup-uv from 8.3.2 to 9.0.0.

Release notes

Sourced from astral-sh/setup-uv's releases.

v9.0.0 🌈 Change prune-cache default to false

Changes

This release disables the default cache cache pruning to ease the load on the PyPi infrastructure. Since users might experience more GitHub Actions cache usage which might result in higher costs this is marked as a breaking change. To read more on why we did this (now) you can read the detailed analysis and reasoning in #967

Besides this big breaking change we also have a small bugfix while building caches for linux distributions that behave a big different than the "big ones" and a speed up in version resolution by only reading the version manifest until a matching version is found saving runtime and network bandwith.

🚨 Breaking changes

🐛 Bug fixes

  • fix: fall back to distribution ID when os-release has no version field @​cxzhong (#961)

🚀 Enhancements

🧰 Maintenance

📚 Documentation

⬆️ Dependency updates

Commits
  • c771a70 chore(deps): roll up Dependabot updates (#970)
  • 2f537ca chore: update known checksums for 0.11.30 (#968)
  • 2269552 Speed up version client by partial response reads (#807)
  • 47a7f4f Change prune-cache default to false (#967)
  • 71966ef chore(deps): roll up Dependabot updates (#962)
  • f12b1f0 fix: fall back to distribution ID when os-release has no version field (#961)
  • ecd24dd chore: update known checksums for 0.11.29 (#960)
  • 6a19136 docs: update version references to v8.3.2 (#949)
  • See full diff in compare view

@dependabot @github

dependabot Bot commented on behalf of github Jul 22, 2026

Copy link
Copy Markdown
Contributor Author

Labels

The following labels could not be found: 🔍 enhancement, 🤖 github actions. Please create them before Dependabot can add them to a pull request.

Please fix the above issues or remove invalid values from dependabot.yml.

@dependabot dependabot Bot added the dependencies Pull requests that update a dependency file label Jul 22, 2026
@dependabot
dependabot Bot requested a review from Chisanan232 as a code owner July 22, 2026 08:53
@dependabot dependabot Bot added the dependencies Pull requests that update a dependency file label Jul 22, 2026
Bumps [astral-sh/setup-uv](https://github.com/astral-sh/setup-uv) from 8.3.2 to 9.0.0.
- [Release notes](https://github.com/astral-sh/setup-uv/releases)
- [Commits](astral-sh/setup-uv@11f9893...c771a70)

---
updated-dependencies:
- dependency-name: astral-sh/setup-uv
  dependency-version: 9.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot
dependabot Bot force-pushed the dependabot/github_actions/astral-sh/setup-uv-9.0.0 branch from 826dc73 to 3113e5a Compare July 23, 2026 00:58
Chisanan232 added a commit that referenced this pull request Jul 23, 2026
…300)

uv.lock was out of sync with pyproject.toml's langchain-test group
(langchain-core specifier <1.5.0 in the lock vs <1.6.0 in
pyproject.toml, left behind by #296's constraint bump). This was
failing every PR's CI with `uv sync --locked` erroring "lockfile
needs to be updated" — including dependency-upgrade PRs that don't
touch pyproject.toml/uv.lock at all (e.g. #297, actions/setup-uv).

Verified: unit (1131 passed) and integration (38 passed) suites both
green with the regenerated lock.

@Chisanan232 Chisanan232 left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

CI passes after updating the branch to pick up the uv.lock drift fix (#300). Routine astral-sh/setup-uv major bump.

@Chisanan232
Chisanan232 merged commit 66656ad into main Jul 23, 2026
31 checks passed
@Chisanan232
Chisanan232 deleted the dependabot/github_actions/astral-sh/setup-uv-9.0.0 branch July 23, 2026 13:32
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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant