Skip to content
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 our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): bump the sdk-python group across 1 directory with 2 updates #187

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Nov 25, 2024

Bumps the sdk-python group with 2 updates in the /sdk/python/runtime directory: python and astral-sh/uv.

Updates python from 3.12-slim to 3.13-slim

Updates astral-sh/uv from 0.4.18 to 0.5.4

Release notes

Sourced from astral-sh/uv's releases.

0.5.4

Release Notes

Enhancements

  • Accept either singular or plural values for CLI requirements (#9196)
  • Add --all-groups to uv sync, uv run, uv export, and uv tree (#8892)
  • Add a progress bar to uv tree --outdated and uv pip list --outdated (#9284)
  • Add retries for Python downloads (#9274)
  • Use exponential backoff for publish retries (#9276)
  • Add manylinux target triples up to glibc 2.40 (#9234)

Performance

  • Parallelize network requests in uv tree --outdated (#9280)
  • Use zlib-rs on all platforms (#9264)

Bug fixes

  • Avoid validating extra and group sources in build-system.requires (#9273)
  • Catch retries with wrapped reqwest errors (#9253)
  • Sort hashes in uv export output (#9237)
  • Strip --index and --default-index from command header (#9288)

Documentation

  • Add breadcrumbs to the documentation (#9242)
  • Add minimum version to PyTorch guide (#9247)
  • Add support for anchor redirects with client-side js (#9212)
  • Improve content on project configuration (#9235)
  • Improve the project creation documentation (#9236)
  • Move the integration guides into the "Guides" section as a collapsed group (#9245)
  • Reorganize the project concept documentation (#9121)
  • Use the full screen height for the main content to stabilize the nav (#9153)

Error messages

  • Add dedicated warning for empty stdin (#9256)

Install uv 0.5.4

Install prebuilt binaries via shell script

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/astral-sh/uv/releases/download/0.5.4/uv-installer.sh | sh

Install prebuilt binaries via powershell script

</tr></table> 

... (truncated)

Changelog

Sourced from astral-sh/uv's changelog.

0.5.4

Enhancements

  • Accept either singular or plural values for CLI requirements (#9196)
  • Add --all-groups to uv sync, uv run, uv export, and uv tree (#8892)
  • Add a progress bar to uv tree --outdated and uv pip list --outdated (#9284)
  • Add retries for Python downloads (#9274)
  • Use exponential backoff for publish retries (#9276)
  • Add manylinux target triples up to glibc 2.40 (#9234)

Performance

  • Parallelize network requests in uv tree --outdated (#9280)
  • Use zlib-rs on all platforms (#9264)

Bug fixes

  • Avoid validating extra and group sources in build-system.requires (#9273)
  • Catch retries with wrapped reqwest errors (#9253)
  • Sort hashes in uv export output (#9237)
  • Strip --index and --default-index from command header (#9288)

Documentation

  • Add breadcrumbs to the documentation (#9242)
  • Add minimum version to PyTorch guide (#9247)
  • Add support for anchor redirects with client-side js (#9212)
  • Improve content on project configuration (#9235)
  • Improve the project creation documentation (#9236)
  • Move the integration guides into the "Guides" section as a collapsed group (#9245)
  • Reorganize the project concept documentation (#9121)
  • Use the full screen height for the main content to stabilize the nav (#9153)

Error messages

  • Add dedicated warning for empty stdin (#9256)

0.5.3

This release includes support for conflicting optional dependencies and dependency groups in the uv resolver, including the ability to specify dependency sources (like index assignment) on a per-extra or per-group basis.

For example, you can now select CPU-only vs. GPU-enabled PyTorch builds at runtime by defining conflicting extras in a pyproject.toml, and assigning different extras to different PyTorch indexes:

[project]
name = "project"
version = "0.1.0"
requires-python = ">=3.12.0"
</tr></table>

... (truncated)

Commits
  • c62c83c Bump version to v0.5.4 (#9290)
  • 829eed8 Strip --index and --default-index from command header (#9288)
  • b19ccb6 Add a progress bar to uv tree --outdated and uv pip list --outdated (#9284)
  • a0de830 Parallelize network requests in uv tree --outdated (#9280)
  • 23cc9b0 Add --all-groups to uv sync|run|export|tree (#8892)
  • 2ed180e Accept either singular or plural for CLI constraints (#9196)
  • 2f5a64a Unify cargo features (#9267)
  • 8ca8de8 Use exponential backoff for publish retries (#9276)
  • 110c38e Improve the project creation documentation (#9236)
  • 4f65a69 Move the integration guides into the "Guides" section as a collapsed group (#...
  • Additional commits viewable in compare view

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 <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the sdk-python group with 2 updates in the /sdk/python/runtime directory: python and [astral-sh/uv](https://github.com/astral-sh/uv).


Updates `python` from 3.12-slim to 3.13-slim

Updates `astral-sh/uv` from 0.4.18 to 0.5.4
- [Release notes](https://github.com/astral-sh/uv/releases)
- [Changelog](https://github.com/astral-sh/uv/blob/main/CHANGELOG.md)
- [Commits](astral-sh/uv@0.4.18...0.5.4)

---
updated-dependencies:
- dependency-name: python
  dependency-type: direct:production
  dependency-group: sdk-python
- dependency-name: astral-sh/uv
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: sdk-python
...

Signed-off-by: dependabot[bot] <[email protected]>
Copy link
Author

dependabot bot commented on behalf of github Nov 25, 2024

The following labels could not be found: kind/dependencies, area/sdk/python.

Copy link
Author

dependabot bot commented on behalf of github Dec 2, 2024

Superseded by #193.

@dependabot dependabot bot closed this Dec 2, 2024
@dependabot dependabot bot deleted the dependabot/docker/sdk/python/runtime/sdk-python-a742118c21 branch December 2, 2024 07:16
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.

0 participants