build(deps): bump github.com/blaxel-ai/sdk-go from 0.25.0 to 0.25.1 - #361
build(deps): bump github.com/blaxel-ai/sdk-go from 0.25.0 to 0.25.1#361dependabot[bot] wants to merge 1 commit into
Conversation
Bumps [github.com/blaxel-ai/sdk-go](https://github.com/blaxel-ai/sdk-go) from 0.25.0 to 0.25.1. - [Release notes](https://github.com/blaxel-ai/sdk-go/releases) - [Changelog](https://github.com/blaxel-ai/sdk-go/blob/main/CHANGELOG.md) - [Commits](blaxel-ai/sdk-go@v0.25.0...v0.25.1) --- updated-dependencies: - dependency-name: github.com/blaxel-ai/sdk-go dependency-version: 0.25.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
📦 Dependency Update — No Sequence Diagram NeededThis PR is a straightforward dependency version bump ( Changes:
No new interaction flows are introduced, so a sequence diagram is not applicable here. Note Posted by PR Sequence Diagram · Tag @mendral-app with feedback. |
🧪 Testing GuideWhat this PR addressesThis is a routine dependency bump of Steps to reproduce the original issueNot applicable — this is a dependency maintenance update, not a bug fix. What to verify (expected behavior)
Note Posted by PR Testing Guide · Tag @mendral-app with feedback. |
There was a problem hiding this comment.
LGTM
Straightforward semver-patch dependency bump with no code changes. The only notable detail is spf13/pflag losing its // indirect comment (line 89 of go.mod), indicating it's now a direct dependency—likely pulled in by the updated sdk-go module graph. No correctness, security, or performance concerns.
Tag @mendral-app with feedback or questions. View session
|
📋 Created Linear issue ENG-4309 — status: In Progress
Auto-created because no Linear reference was found in the PR title, description, or branch name. Note Posted by Linear Issue Enforcer · Tag @mendral-app with feedback. |
|
Superseded by #368. |
Fixes ENG-4309
Bumps github.com/blaxel-ai/sdk-go from 0.25.0 to 0.25.1.
Release notes
Sourced from github.com/blaxel-ai/sdk-go's releases.
Changelog
Sourced from github.com/blaxel-ai/sdk-go's changelog.
... (truncated)
Commits
59d6131Merge pull request #65 from blaxel-ai/release-please--branches--mainae6a508release: 0.25.193ae85cMerge pull request #64 from blaxel-ai/stainless/release02756d1Merge pull request #8 from blaxel-ai/mendral/deps/weekly-safe-go-202607204451711Merge pull request #63 from blaxel-ai/stainless/release14a6354chore(deps): bump indirect deps oauth2 v0.35.0, match v1.2.0Dependabot 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 show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)Note
Patch bump of
github.com/blaxel-ai/sdk-gofrom 0.25.0 to 0.25.1, which only updates indirect dependencies (oauth2 and match). Also promotesgithub.com/spf13/pflagfrom indirect to direct dependency (removes// indirectcomment).Written by Mendral for commit 0d31359.