Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Bump astral-sh/setup-uv from 4 to 5#11205

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabotdependabotbot commented on behalf ofgithubJan 1, 2025

Bumpsastral-sh/setup-uv from 3 to 5.

Release notes

Sourced fromastral-sh/setup-uv's releases.

v5.0.0 🎄 Merry Christmas - Help fastly and users by default

Changes

This christmans 🎄 release is a bit early bit still full of presents 🎁Since we are changing some of the defaults this can lead to breaking changes, thus the major version increase.

Here are the highlights:

Default to enable-cache: true on GitHub hosted runners

Did you know that that Fastly, the company hosting PyPI, theoretically has to pay $12.5 million per month and so far have served more than 2.41exabytes of data?image

This is whythey asked us to turn on caching by default. After weighting the pros and cons we decided to automatically upload the cache to the GitHub Actions cache when running on GitHub hosted runners. You can still disable that withenable-cache: false.

I remember when I first got into actions and didn't understand all the magic. I was baffled that some actions did something behind the scenes to make everything faster. I hope with this change we help a lot of users who are don't want to or are afraid to understand whatenable-cache does.

Add **/requirements*.txt to default cache-dependency-glob

If caching is enabled we automatically searched for auv.lock file and when this changed we knew we had to refresh the cache. A lot of projects don't use this but rather the good oldrequirements.txt. We now automatically search for bothuv.lockandrequirements*.txt (this means alsorequirements-test.txt,requirements-dev.txt, ...) files.You can change this withcache-dependency-glob

Auto activate venv when python-version is set

Some workflows install packages on the fly. This automatically works when using a python version that is already present on the runner. But if uv installs the version, e.g. because it is a free-threaded version or an old one, it is astandalone-build and installing packages "into the system" is not possible.

We now automatically create a new virtual environment withuv venv and activate it for the rest of the workflow ifpython-version is used. This means you can now do

-name:Install uvuses:astral-sh/setup-uv@auto-environmentwith:python-version:3.13t-run:uv pip install -i https://pypi.anaconda.org/scientific-python-nightly-wheels/simple cython

🚨 Breaking changes

🐛 Bug fixes

🚀 Enhancements

... (truncated)

Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting@dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [astral-sh/setup-uv](https://github.com/astral-sh/setup-uv) from 3 to 5.- [Release notes](https://github.com/astral-sh/setup-uv/releases)- [Commits](astral-sh/setup-uv@v3...v5)---updated-dependencies:- dependency-name: astral-sh/setup-uv  dependency-type: direct:production  update-type: version-update:semver-major...Signed-off-by: dependabot[bot] <support@github.com>
@dependabotdependabotbot added dependenciesPull requests that update a dependency file github_actions labelsJan 1, 2025
@cloudflare-workers-and-pagesCloudflare Workers and Pages
Copy link

cloudflare-workers-and-pagesbot commentedJan 1, 2025
edited
Loading

Deploying pydantic-docs with  Cloudflare Pages  Cloudflare Pages

Latest commit:ab5b2f1
Status: ✅  Deploy successful!
Preview URL:https://ed6a1f49.pydantic-docs.pages.dev
Branch Preview URL:https://dependabot-github-actions-as-fy5o.pydantic-docs.pages.dev

View logs

@github-actionsgithub-actionsbot added the relnotes-fixUsed for bugfixes. labelJan 1, 2025
@codspeed-hqCodSpeed HQ
Copy link

codspeed-hqbot commentedJan 1, 2025
edited
Loading

CodSpeed Performance Report

Merging#11205 willimprove performances by 6.45%

Comparingdependabot/github_actions/astral-sh/setup-uv-5 (ab5b2f1) withmain (bc54449)

Summary

⚡ 1 improvements
✅ 45 untouched benchmarks

Benchmarks breakdown

Benchmarkmaindependabot/github_actions/astral-sh/setup-uv-5Change
test_simple_model_validation[model_validate]43.2 µs40.6 µs+6.45%

@github-actionsGitHub Actions
Copy link
Contributor

Coverage report

This PR does not seem to contain any modification to coverable code.

@ViicosViicos changed the titleBump astral-sh/setup-uv from 3 to 5Bump astral-sh/setup-uv from 4 to 5Jan 2, 2025
@ViicosViicosforce-pushed thedependabot/github_actions/astral-sh/setup-uv-5 branch fromf630c39 toab5b2f1CompareJanuary 2, 2025 12:01
@ViicosViicosenabled auto-merge (squash)January 2, 2025 12:01
@ViicosViicos merged commitd494f6c intomainJan 2, 2025
61 checks passed
@ViicosViicos deleted the dependabot/github_actions/astral-sh/setup-uv-5 branchJanuary 2, 2025 12:20
@ViicosViicos added relnotes-packagingUsed for dependency changes. and removed relnotes-fixUsed for bugfixes. labelsJan 29, 2025
Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment
Reviewers

@ViicosViicosViicos approved these changes

Assignees
No one assigned
Labels
dependenciesPull requests that update a dependency filerelnotes-packagingUsed for dependency changes.
Projects
None yet
Milestone
No milestone
Development

Successfully merging this pull request may close these issues.

1 participant
@Viicos

[8]ページ先頭

©2009-2025 Movatter.jp