Skip to content

build(deps): bump github.com/blaxel-ai/sdk-go from 0.25.0 to 0.25.1 - #361

Closed
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/go_modules/github.com/blaxel-ai/sdk-go-0.25.1
Closed

build(deps): bump github.com/blaxel-ai/sdk-go from 0.25.0 to 0.25.1#361
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/go_modules/github.com/blaxel-ai/sdk-go-0.25.1

Conversation

@dependabot

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

Copy link
Copy Markdown
Contributor

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.

v0.25.1

0.25.1 (2026-07-28)

Chores

  • deps: bump indirect deps oauth2 v0.35.0, match v1.2.0 (14a6354)
  • deps: weekly safe go updates · 2 packages (02756d1)

This PR was generated with Release Please. See documentation.


Changelog

Sourced from github.com/blaxel-ai/sdk-go's changelog.

0.25.1 (2026-07-28)

Chores

  • deps: bump indirect deps oauth2 v0.35.0, match v1.2.0 (14a6354)
  • deps: weekly safe go updates · 2 packages (02756d1)

0.24.2 (2026-07-06)

Bug Fixes

  • route run_job through job metadata URL (8e27a30)
  • route run_job through job metadata URL (db6130e)

0.24.1 (2026-07-02)

Chores

  • back-sync CHANGELOG to 0.24.0 (7d10df9)

0.24.0 (2026-07-01)

Features

  • sdk: expose sandbox schedules in the SDK + stainless-sdk skill (53b67bd)

0.23.0 (2026-06-18)

Full Changelog: v0.22.0...v0.23.0

Features

  • allow UpdateInstanceTTL and UpdateInstanceLifecycle to clear values (ENG-3189) (#43) (f999f04)

0.22.0 (2026-05-26)

Full Changelog: v0.21.0...v0.22.0

Features

  • pagination: add anchor=end param to all list endpoints and filter terminated sandboxes at DB level (daff20d)

Bug Fixes

  • ENG-2108: persist onboarding state server-side (27056e1)

... (truncated)

Commits
  • 59d6131 Merge pull request #65 from blaxel-ai/release-please--branches--main
  • ae6a508 release: 0.25.1
  • 93ae85c Merge pull request #64 from blaxel-ai/stainless/release
  • 02756d1 Merge pull request #8 from blaxel-ai/mendral/deps/weekly-safe-go-20260720
  • 4451711 Merge pull request #63 from blaxel-ai/stainless/release
  • 14a6354 chore(deps): bump indirect deps oauth2 v0.35.0, match v1.2.0
  • See full diff in compare view

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 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)

Note

Patch bump of github.com/blaxel-ai/sdk-go from 0.25.0 to 0.25.1, which only updates indirect dependencies (oauth2 and match). Also promotes github.com/spf13/pflag from indirect to direct dependency (removes // indirect comment).

Written by Mendral for commit 0d31359.

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>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file go Pull requests that update go code labels Jul 30, 2026
@mendral-app

mendral-app Bot commented Jul 30, 2026

Copy link
Copy Markdown
Contributor

📦 Dependency Update — No Sequence Diagram Needed

This PR is a straightforward dependency version bump (github.com/blaxel-ai/sdk-go v0.25.0 → v0.25.1) with no changes to application logic or component interactions.

Changes:

  • go.mod / go.sum: Updated sdk-go to v0.25.1 (bumps indirect deps: oauth2 v0.35.0, match v1.2.0)
  • Minor: spf13/pflag comment marker (// indirect) removed (now a direct dependency)

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.

@mendral-app

mendral-app Bot commented Jul 30, 2026

Copy link
Copy Markdown
Contributor

🧪 Testing Guide

What this PR addresses

This is a routine dependency bump of github.com/blaxel-ai/sdk-go from v0.25.0 to v0.25.1. Per the release notes, v0.25.1 bumps indirect dependencies (oauth2 v0.35.0, match v1.2.0). The diff also promotes github.com/spf13/pflag from an indirect to a direct dependency (removing the // indirect comment).

Steps to reproduce the original issue

Not applicable — this is a dependency maintenance update, not a bug fix.

What to verify (expected behavior)

  1. CI passes: All existing tests and builds should continue to pass with no regressions.
  2. go mod tidy is clean: Running go mod tidy should produce no additional changes to go.mod or go.sum.
  3. No breaking API changes: The SDK minor patch should be backwards-compatible — verify no compile errors arise from the version bump.
  4. Runtime behavior: If integration or end-to-end tests exist, confirm they pass without regression, particularly around OAuth/authentication flows (since the underlying oauth2 dependency was bumped).

Note

Posted by PR Testing Guide · Tag @mendral-app with feedback.

@mendral-app mendral-app Bot 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.

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

@mendral-app

mendral-app Bot commented Jul 30, 2026

Copy link
Copy Markdown
Contributor

📋 Created Linear issue ENG-4309 — status: In Progress

  • Assignee: unassigned (bot PR — no human reviewer found)
  • Labels: SDK, Improvement
  • Estimate: XS (2 files, 4 additions / 4 deletions)
  • PR linked: ✅ Issue will auto-close when this PR merges

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.

@dependabot @github

dependabot Bot commented on behalf of github Aug 6, 2026

Copy link
Copy Markdown
Contributor Author

Superseded by #368.

@dependabot dependabot Bot closed this Aug 6, 2026
@dependabot
dependabot Bot deleted the dependabot/go_modules/github.com/blaxel-ai/sdk-go-0.25.1 branch August 6, 2026 04:34
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 go Pull requests that update go code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants