Bump the python group across 2 directories with 2 updates#82
Merged
stefanvanburen merged 4 commits intomainfrom Jan 13, 2026
Merged
Bump the python group across 2 directories with 2 updates#82stefanvanburen merged 4 commits intomainfrom
stefanvanburen merged 4 commits intomainfrom
Conversation
Updates the requirements on [starlette](https://github.com/Kludex/starlette) and [uv-build](https://github.com/astral-sh/uv) to permit the latest version. Updates `starlette` from 0.50.0 to 0.51.0 - [Release notes](https://github.com/Kludex/starlette/releases) - [Changelog](https://github.com/Kludex/starlette/blob/main/docs/release-notes.md) - [Commits](Kludex/starlette@0.50.0...0.51.0) Updates `uv-build` to 0.9.24 - [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.8.13...0.9.24) --- updated-dependencies: - dependency-name: starlette dependency-version: 0.51.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python - dependency-name: uv-build dependency-version: 0.9.24 dependency-type: direct:development dependency-group: python ... Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: Stefan VanBuren <svanburen@buf.build>
Signed-off-by: Stefan VanBuren <svanburen@buf.build>
|
|
||
| [build-system] | ||
| requires = ["uv_build>=0.8.13,<0.9.0"] | ||
| requires = ["uv_build>=0.8.13,<0.10.0"] |
Member
There was a problem hiding this comment.
I think the bump to >0.9 must have improved the validation of license-files, hence the above fix.
stefanvanburen
approved these changes
Jan 13, 2026
Since we can't reference a relative LICENSE, let's just specify the license SPDX ID. Signed-off-by: Stefan VanBuren <svanburen@buf.build>
Member
|
I changed the pyproject.toml to just use an SPDX expression instead of the LICENSE file, because it seems like we can't publish the protoc plugin sub-project with a non-existent LICENSE file in that directory. 🤷, open to other approaches |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Updates the requirements on starlette and uv-build to permit the latest version.
Updates
starlettefrom 0.50.0 to 0.51.0Release notes
Sourced from starlette's releases.
Changelog
Sourced from starlette's changelog.
Commits
df2ee22Version 0.51.0 (#3097)6611029Bump the github-actions group with 4 updates (#3092)3f75ee9Update third-party-packages.md (#3083)081535achore: Increase warning stacklevel (#3082)8bb71d9Bump the github-actions group with 2 updates (#3075)49d4de9Addallow_private_networkinCORSMiddleware(#3065)Updates
uv-buildto 0.9.24Release notes
Sourced from uv-build's releases.
... (truncated)
Changelog
Sourced from uv-build's changelog.
... (truncated)
Commits
0fda152Bump version to 0.9.24 (#17395)1a72f8cFix handling ofUV_NO_SYNC=1 uv run ...(#17391)ef83fc3Rebuild dynamic distribution when version changes with--no-cache(#17387)161b99cAdd Rust language classifier (#17389)00f0754Bump version to 0.9.23 (#17385)dbb4e0bRecognize armv8l as an alias for armv7l in platform tag parsing (#17384)7bb6e31Split OIDC and S3 clients in publish (#17379)a959d62Include headers when uploading to S3 (#17381)a8ecd7cSupport relative paths inUV_PYTHON_BIN_DIRandUV_TOOL_BIN_DIR(#17367)21f76e8Clarify thatuv runuses inexact syncing by default (#17366)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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major versionwill 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 versionwill 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