Skip to content

build(deps): update go dependencies#97

Open
renovate[bot] wants to merge 1 commit into
devfrom
renovate/go-dependencies
Open

build(deps): update go dependencies#97
renovate[bot] wants to merge 1 commit into
devfrom
renovate/go-dependencies

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate Bot commented May 3, 2026

This PR contains the following updates:

Package Change Age Confidence
github.com/anthropics/anthropic-sdk-go v1.38.0v1.48.0 age confidence
github.com/charmbracelet/bubbletea/v2 v2.0.6v2.0.7 age confidence
github.com/ncruces/go-sqlite3 v0.34.0v0.34.4 age confidence
github.com/openai/openai-go/v3 v3.32.0v3.39.0 age confidence
google.golang.org/genai v1.54.0v1.59.0 age confidence

Release Notes

anthropics/anthropic-sdk-go (github.com/anthropics/anthropic-sdk-go)

v1.48.0

Compare Source

Full Changelog: v1.47.0...v1.48.0

Features
  • api: small updates to Managed Agents types (3ebeea5)

v1.47.0

Compare Source

Full Changelog: v1.47.0...v1.48.0

Features
  • api: small updates to Managed Agents types (3ebeea5)

v1.46.0

Compare Source

Full Changelog: v1.45.0...v1.46.0

Features
  • api: Add support for claude-opus-4-8, mid-conversation system blocks, and usage.output_tokens_details (4cd860b)
  • support custom file size caps (#​876) (99634e8)
Chores
  • examples: rename managed-agents private-sandbox-worker to self-hosted-sandbox-worker (#​873) (07d3e46)
Documentation
  • replace literal newlines (cbb7ea5)

v1.45.0

Compare Source

Full Changelog: v1.45.0...v1.46.0

Features
  • api: Add support for claude-opus-4-8, mid-conversation system blocks, and usage.output_tokens_details (4cd860b)
  • support custom file size caps (#​876) (99634e8)
Chores
  • examples: rename managed-agents private-sandbox-worker to self-hosted-sandbox-worker (#​873) (07d3e46)
Documentation
  • replace literal newlines (cbb7ea5)

v1.44.1

Compare Source

Full Changelog: v1.44.1...v1.45.0

Features
  • api: Add support for thinking-token-count beta for estimated tokens in thinking block deltas when streaming (dedeb6d)

v1.44.0

Compare Source

Full Changelog: v1.44.0...v1.44.1

Bug Fixes
  • runner: skip tool calls SessionToolRunner does not own (93afc65)

v1.43.0

Compare Source

Full Changelog: v1.43.0...v1.44.0

Features
  • client: Add support for self-hosted sandboxes in CMA with sandbox helpers (34354c4)

v1.42.0

Compare Source

Full Changelog: v1.42.0...v1.43.0

Features
  • api: Add BetaManagedAgentsSearchResultBlock types (498fafc)
  • api: Add support for cache diagnostics beta (eac032f)
  • client: add compatibility aliases for old type names (38e1f89)
  • client: add compatibility aliases for old type names (a98b0fb)
  • client: optimize json encoder for internal types (f379c42)
Bug Fixes
  • structured outputs: allowlist enum, const, pattern, allOf in transformSchema (#​823) (d368786)
Chores

v1.41.0

Compare Source

Full Changelog: v1.41.0...v1.42.0

Features
  • aws: Add AWS client for Claude Platform on AWS (596baf4)
Bug Fixes
  • examples: update examples dependencies (e832b79)
  • go: avoid panic when http.DefaultTransport is wrapped (6b75bef)
Chores
  • client: update dependency checksums (64c1d95)
  • go mod tidy (#​816) (09b5f9c)
  • internal: codegen related update (6e83495)
  • internal: codegen related update (34d1379)
  • internal: codegen related update (c068475)
  • redact api-key headers in debug logs (46a074f)
  • redact api-key headers in debug logs (1fe2ebb)

v1.40.0

Compare Source

Full Changelog: v1.40.0...v1.41.0

Features
  • api: add support for Managed Agents multiagents and outcomes, webhooks, vault validation (33762b0)
  • mcp: add mcp tool helpers (#​752) (4edf9f5)
Bug Fixes
  • api: Adjust webhook configuration (8b2f194)

v1.39.0

Compare Source

Full Changelog: v1.39.0...v1.40.0

Features
  • client: allow targeting a workspace for OIDC federation token exchange (6bf66ac)
charmbracelet/bubbletea (github.com/charmbracelet/bubbletea/v2)

v2.0.7

Compare Source

A few lil’ stability patches

Hi! This is a patch release with a few solid improvements around stability and correctness.

  • @​lrstanley, one of our faves, fixed a race condition around mice in the Cursed Renderer
  • @​lawrence3699 fixed a panic that could happen when input's not available
  • We fixed a correctness issue with regard to mouse releases when Kitty Keyboard was active (thanks, @​mitchellh)

Thanks for using Bubble Tea, and if you see anything awry please do let us know!

—Charm 👋

Changelog

Fixed

The Charm logo

Thoughts? Questions? We love hearing from you. Feel free to reach out on X, Discord, Slack, The Fediverse, Bluesky.

ncruces/go-sqlite3 (github.com/ncruces/go-sqlite3)

v0.34.4

Compare Source

What's Changed

Updates:

  • SQLite 3.43.2
  • Vec1 0.6

Improved the dotlk VFS under Linux containers: #​392

Full Changelog: ncruces/go-sqlite3@v0.34.3...v0.34.4

Artifact attestations

v0.34.3

Compare Source

What's Changed

Fix a code generation bug: ncruces/wasm2go#31

Improved support for Go 1.27: golang/go#67546

Full Changelog: ncruces/go-sqlite3@v0.34.2...v0.34.3

Artifact attestations

v0.34.2

Compare Source

What's Changed

Fixed issue #​389.

Full Changelog: ncruces/go-sqlite3@v0.34.1...v0.34.2

Artifact attestations

v0.34.1

Compare Source

What's Changed

Updates:

  • SQLite 3.53.1
  • support for 64KB OS pages
  • CI testing on IBM Z and Power 10

Full Changelog: ncruces/go-sqlite3@v0.34.0...v0.34.1

Artifact attestations

openai/openai-go (github.com/openai/openai-go/v3)

v3.39.0

Compare Source

3.39.0 (2026-06-03)

Full Changelog: v3.38.0...v3.39.0

Features
  • api: responses.moderation and chat_completions.moderation (7a2dac0)

v3.38.0

Compare Source

3.38.0 (2026-06-01)

Full Changelog: v3.37.0...v3.38.0

Features
  • api: manual updates (d7dac81)
  • api: workload identity in audit logs, additional_tools item in responses, fix ActionSearch.query to be optional. (4c3981c)

v3.37.0

Compare Source

3.37.0 (2026-05-21)

Full Changelog: v3.36.0...v3.37.0

Features
  • api: api update (7f7416e)
  • api: manual updates (d646562)
  • api: update OpenAPI spec or Stainless config (b34b78a)
  • client: optimize json encoder for internal types (93adc6e)
Bug Fixes
  • go: format generated admin paths (1dd8f5e)
  • go: format generated project permission paths (b751c37)
Chores

v3.36.0

Compare Source

3.36.0 (2026-05-13)

Full Changelog: v3.35.0...v3.36.0

Features
  • api: add service_tier parameter to response compact method (bacd2c0)
Bug Fixes
  • go: avoid panic when http.DefaultTransport is wrapped (95a0250)

v3.35.0

Compare Source

3.35.0 (2026-05-07)

Full Changelog: v3.34.0...v3.35.0

Features
  • api: add quantity field to admin organization usage costs results (899b6de)
  • api: launch realtime translate + update image 2 (1fbf3a6)
  • api: manual updates (cd9047f)
  • api: realtime 2 (5b51410)
Bug Fixes
  • api: fix imagegen size enum regression (995778e)
  • types: add format tags for URI and timestamp fields across models (a6c2198)
Chores
  • internal: regenerate SDK with no functional changes (71c80ef)
  • redact api-key headers in debug logs (ff51a02)
Documentation
  • api: document web_search_call.results output data option (6c2d8ef)

v3.34.0

Compare Source

3.34.0 (2026-05-01)

Full Changelog: v3.33.0...v3.34.0

Features
  • api: add group_type, external_key_id, user fields to admin organization models (460f400)
  • api: add support for Admin API Keys per endpoint (51a0561)
  • api: admin API updates (a0ad21e)
  • api: manual updates (b60b3bc)
  • api: manual updates (f4e0c1a)
Bug Fixes
  • auth: prefer admin keys for admin requests (d128349)
  • types: add format annotations to ChatKit timestamp and URL fields (0b7d7d0)
  • types: add format annotations to timestamp and URL fields across resources (0ff11a7)
  • types: change timestamp fields to float64 in Response (d714e3c)

v3.33.0

Compare Source

3.33.0 (2026-04-28)

Full Changelog: v3.32.0...v3.33.0

Features
  • go: add default http client with timeout (25dd39a)
  • support setting headers via env (b4eaa78)
Bug Fixes
  • types: change PromptCacheRetention enum in-memory to in_memory (15e7432)
Chores
  • internal: more robust bootstrap script (eb0cbcf)
  • tests: bump steady to v0.22.1 (ef28f59)
Documentation
  • api: add rate limit and vector store guidance to file upload (6c8c7fa)
  • api: update rate limit documentation in file upload method (54fde2c)
googleapis/go-genai (google.golang.org/genai)

v1.59.0

Compare Source

Features
  • Add Agent Platform MCP support to async generate_content (4b138c2)
  • Add transcription language code. (cc4dd9c)
  • Add TranslationConfig for live translation. (76f4126)
  • additional computer_use field support for vertex. (8831eb3)
  • Support 'additionalProperties', 'defs' and 'ref' in the GenerateContent.Schema type. (996b831)
  • Support Reinforcement Tuning in GenAI SDK (fecb49e)
  • Support ReinforcementTuning in GenAI SDK including ValidateReward API method. (c95d115)

v1.58.0

Compare Source

Features
  • add enable_prompt_injection_detection for Computer Use feature for the Gemini API. (19c2566)
  • add new fields (1608e80)

v1.57.0

Compare Source

Features
  • Expose Test and Server of the Replay API Client for the cross module usage in the AgentPlatform module. (27b142d)
  • support Blocking FunctionCall in Live API in AgentPlatform (Vertex) (e5e653c)
  • support speech to speech translation in Gemini Live (621b55d)
Bug Fixes
  • Fix version redaction logic in the replay API client. (af4c931)

v1.56.0

Compare Source

Features
  • [Python] Multimodal file search (c32ae6e)
  • Multimodal file search (989d064)
Bug Fixes
  • Simplify generated Go URL path formatting when VertexAI and MLDev URLs are identical. (d90a592), closes #​761

v1.55.0

Compare Source

Features
  • Add output_info to BatchJob (9ec7d3b)
  • Add ImageResizeMode for GenerateVideos (8fc27f4)
  • Add InternalApplyConverterToSliceWithRoot to the common utilities. (7aaf1eb)
  • Add Vertex Dataset input and output options for batch jobs (73ee07c)
  • introduce BackendEnterprise and GOOGLE_GENAI_USE_ENTERPRISE env var (1181fe0)

Configuration

📅 Schedule: (in timezone Europe/Amsterdam)

  • Branch creation
    • "before 6am on Monday"
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate Bot added the dependencies label May 3, 2026
@renovate renovate Bot requested a review from retran as a code owner May 3, 2026 22:16
@renovate
Copy link
Copy Markdown
Contributor Author

renovate Bot commented May 3, 2026

⚠️ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: go.sum
Command failed: go get -t ./...
go: github.com/charmbracelet/bubbles/v2@v2.1.0: parsing go.mod:
	module declares its path as: charm.land/bubbles/v2
	        but was required as: github.com/charmbracelet/bubbles/v2

@renovate renovate Bot force-pushed the renovate/go-dependencies branch 9 times, most recently from 27b13e6 to d9fff0e Compare May 11, 2026 17:57
@renovate renovate Bot force-pushed the renovate/go-dependencies branch 6 times, most recently from 44afc89 to 8d27085 Compare May 20, 2026 17:02
@renovate renovate Bot force-pushed the renovate/go-dependencies branch 11 times, most recently from f4462a3 to 95c4d71 Compare May 27, 2026 18:12
@renovate renovate Bot force-pushed the renovate/go-dependencies branch from 95c4d71 to 23fed43 Compare May 27, 2026 22:11
@renovate renovate Bot force-pushed the renovate/go-dependencies branch 9 times, most recently from f7bd62c to bb52cc4 Compare June 4, 2026 18:14
@renovate renovate Bot force-pushed the renovate/go-dependencies branch from bb52cc4 to 6f4c2fe Compare June 5, 2026 22:58
@renovate renovate Bot force-pushed the renovate/go-dependencies branch from 6f4c2fe to bd1fa39 Compare June 6, 2026 20:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants