Skip to content

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 3, 2025

Bumps the all group with 8 updates in the / directory:

Package From To
github.com/anthropics/anthropic-sdk-go 1.9.1 1.10.0
github.com/charmbracelet/bubbletea/v2 2.0.0-beta.4.0.20250813213544-5cc219db8892 2.0.0-beta1
github.com/charmbracelet/fang 0.3.1-0.20250711140230-d5ebb8c1d674 0.4.0
github.com/charmbracelet/lipgloss/v2 2.0.0-beta.3.0.20250721205738-ea66aa652ee0 2.0.0-beta1
github.com/mark3labs/mcp-go 0.38.0 0.39.1
github.com/spf13/cobra 1.9.1 1.10.1
github.com/stretchr/testify 1.11.0 1.11.1
google.golang.org/genai 1.21.0 1.22.0

Updates github.com/anthropics/anthropic-sdk-go from 1.9.1 to 1.10.0

Release notes

Sourced from github.com/anthropics/anthropic-sdk-go's releases.

v1.10.0

1.10.0 (2025-09-02)

Full Changelog: v1.9.1...v1.10.0

Features

  • api: makes 1 hour TTL Cache Control generally available (c28a9a3)
  • client: adds support for code-execution-2025-08-26 tool (066a126)
  • use custom decoder for []ContentBlockParamUnion (#464) (4731597)

Bug Fixes

  • close body before retrying (c970e10)

Chores

  • deprecate older claude-3-5 sonnet models (#453) (e49d59b)
Changelog

Sourced from github.com/anthropics/anthropic-sdk-go's changelog.

1.10.0 (2025-09-02)

Full Changelog: v1.9.1...v1.10.0

Features

  • api: makes 1 hour TTL Cache Control generally available (c28a9a3)
  • client: adds support for code-execution-2025-08-26 tool (066a126)
  • use custom decoder for []ContentBlockParamUnion (#464) (4731597)

Bug Fixes

  • close body before retrying (c970e10)

Chores

  • deprecate older claude-3-5 sonnet models (#453) (e49d59b)
Commits
  • 92995ec release: 1.10.0
  • 0663f95 feat(client): adds support for code-execution-2025-08-26 tool
  • 90eb81b feat: use custom decoder for []ContentBlockParamUnion (#464)
  • 2f2b92c fix: close body before retrying
  • 722cf6b codegen metadata
  • 1cea167 codegen metadata
  • 575087e codegen metadata
  • 49422af codegen metadata
  • 0f8d949 codegen metadata
  • d918759 feat(api): makes 1 hour TTL Cache Control generally available
  • Additional commits viewable in compare view

Updates github.com/charmbracelet/bubbletea/v2 from 2.0.0-beta.4.0.20250813213544-5cc219db8892 to 2.0.0-beta1

Commits

Updates github.com/charmbracelet/fang from 0.3.1-0.20250711140230-d5ebb8c1d674 to 0.4.0

Release notes

Sourced from github.com/charmbracelet/fang's releases.

v0.4.0

Changelog

New Features

  • 58492d951ff03f9a0283421a319d0ec1f7e300f4: feat: handle redirects in examples (#59) (@​caarlos0)

Bug fixes

  • d27cfc4cc5f4a894d9b413d11681aec2371b2839: fix: command alias styling (#69) (@​caarlos0)
  • 71315377d789de37e60f54e4eec9e99300faf159: fix: spacing in help for default value (#63) (@​Ahhhh-man)
  • 0275935c4ac46fd6bb6508b40800b15b52267371: fix: use u0020 (#58) (@​caarlos0)

Other work

  • 6c05a2b341cce51e78d3a69c8b7a290a9b7f4e3b: ci: sync golangci-lint config (#68) (@​github-actions[bot])

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

Commits

Updates github.com/charmbracelet/lipgloss/v2 from 2.0.0-beta.3.0.20250721205738-ea66aa652ee0 to 2.0.0-beta1

Commits

Updates github.com/mark3labs/mcp-go from 0.38.0 to 0.39.1

Release notes

Sourced from github.com/mark3labs/mcp-go's releases.

Release v0.39.1

What's Changed

Full Changelog: mark3labs/mcp-go@v0.39.0...v0.39.1

Release v0.39.0

What's Changed

New Contributors

Full Changelog: mark3labs/mcp-go@v0.38.0...v0.39.0

Commits
  • 3d1bfca fix(tool): Do not return empty outputSchema (#573)
  • 35fc389 Format
  • 5298f64 oauth client example: skip DCR if MCP_CLIENT_ID is set (#549)
  • 004ca9e docs(client): improve server reliability and error handling (#560)
  • d2f81b6 fix: prevent double-starting stdio transport in client (#564)
  • 40ce109 feat: add tls support for streamable-http (#568)
  • ef80a50 feat: add resource handler middleware capability (#569)
  • b924391 fix(tool): Return the OutputSchema from the tool definition (#571)
  • 4e353ac fix: use bufio.Scanner for stdio transport to avoid panic when stdio mcp serv...
  • See full diff in compare view

Updates github.com/spf13/cobra from 1.9.1 to 1.10.1

Release notes

Sourced from github.com/spf13/cobra's releases.

v1.10.1

🐛 Fix

v1.0.9 of pflags brought back ParseErrorsWhitelist and marked it as deprecated

Full Changelog: spf13/cobra@v1.10.0...v1.10.1

v1.10.0

What's Changed

🚨 Attention!

This version of pflag carried a breaking change: it renamed ParseErrorsWhitelist to ParseErrorsAllowlist which can break builds if both pflag and cobra are dependencies in your project.

  • If you use both pflag and cobra, upgrade pflagto 1.0.8 andcobrato1.10.0`
  • or use the newer, fixed version of pflag v1.0.9 which keeps the deprecated ParseErrorsWhitelist

More details can be found here: spf13/cobra#2303

✨ Features

🐛 Fix

🪠 Testing

📝 Docs

New Contributors

... (truncated)

Commits
  • 7da941c chore: Bump pflag to v1.0.9 (#2305)
  • 51d6751 Bump pflag to 1.0.8 (#2303)
  • 3f3b818 Update README.md with new logo
  • dcaf42e Add Periscope to the list of projects using Cobra (#2299)
  • 6dec1ae The default ShellCompDirective can be customized for a command and its subcom...
  • c8289c1 chore(golangci-lint): add some exclusion presets
  • 4af7b64 refactor: apply golangci-lint autofixes, work around false positives
  • 75790e4 chore(golangci-lint): upgrade to v2
  • db3ddb5 Adding sponsorship to README.md
  • 67171d6 putting sponsorship below header
  • Additional commits viewable in compare view

Updates github.com/stretchr/testify from 1.11.0 to 1.11.1

Release notes

Sourced from github.com/stretchr/testify's releases.

v1.11.1

This release fixes #1785 introduced in v1.11.0 where expected argument values implementing the stringer interface (String() string) with a method which mutates their value, when passed to mock.Mock.On (m.On("Method", <expected>).Return()) or actual argument values passed to mock.Mock.Called may no longer match one another where they previously did match. The behaviour prior to v1.11.0 where the stringer is always called is restored. Future testify releases may not call the stringer method at all in this case.

What's Changed

Full Changelog: stretchr/testify@v1.11.0...v1.11.1

Commits

Updates google.golang.org/genai from 1.21.0 to 1.22.0

Release notes

Sourced from google.golang.org/genai's releases.

v1.22.0

1.22.0 (2025-08-27)

Features

  • add sdkHttpResponse.headers to *Delete responses. (ac0e763)
  • Add add_watermark field for recontext_image (Virtual Try-On, Product Recontext) (07b6f57)
  • Add output_gcs_uri to Imagen upscale_image (c08d9f3)
  • Add VALIDATED mode into FunctionCallingConfigMode (c282e79)
  • Add VideoGenerationReferenceType enum for generate_videos (635b825)
  • refactor Go SDK to use pointers for optional parameters (3ff328a)
  • support tunings.cancel in the genai SDK for Python, Java, JS, and Go (8c46fd2)
Changelog

Sourced from google.golang.org/genai's changelog.

1.22.0 (2025-08-27)

Features

  • add sdkHttpResponse.headers to *Delete responses. (ac0e763)
  • Add add_watermark field for recontext_image (Virtual Try-On, Product Recontext) (07b6f57)
  • Add output_gcs_uri to Imagen upscale_image (c08d9f3)
  • Add VALIDATED mode into FunctionCallingConfigMode (c282e79)
  • Add VideoGenerationReferenceType enum for generate_videos (635b825)
  • refactor Go SDK to use pointers for optional parameters (3ff328a)
  • support tunings.cancel in the genai SDK for Python, Java, JS, and Go (8c46fd2)
Commits
  • 18aeb1e chore(main): release 1.22.0 (#478)
  • 635b825 feat: Add VideoGenerationReferenceType enum for generate_videos
  • 8c46fd2 feat: support tunings.cancel in the genai SDK for Python, Java, JS, and Go
  • c08d9f3 feat: Add output_gcs_uri to Imagen upscale_image
  • c282e79 feat: Add VALIDATED mode into FunctionCallingConfigMode
  • ac0e763 feat: add sdkHttpResponse.headers to *Delete responses.
  • 3ff328a feat: refactor Go SDK to use pointers for optional parameters
  • 07b6f57 feat: Add add_watermark field for recontext_image (Virtual Try-On, Product Re...
  • 9d50f05 Copybara import of the project:
  • 2c6eb87 docs: update TokensInfo docstring
  • See full diff 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 all group with 8 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [github.com/anthropics/anthropic-sdk-go](https://github.com/anthropics/anthropic-sdk-go) | `1.9.1` | `1.10.0` |
| [github.com/charmbracelet/bubbletea/v2](https://github.com/charmbracelet/bubbletea) | `2.0.0-beta.4.0.20250813213544-5cc219db8892` | `2.0.0-beta1` |
| [github.com/charmbracelet/fang](https://github.com/charmbracelet/fang) | `0.3.1-0.20250711140230-d5ebb8c1d674` | `0.4.0` |
| [github.com/charmbracelet/lipgloss/v2](https://github.com/charmbracelet/lipgloss) | `2.0.0-beta.3.0.20250721205738-ea66aa652ee0` | `2.0.0-beta1` |
| [github.com/mark3labs/mcp-go](https://github.com/mark3labs/mcp-go) | `0.38.0` | `0.39.1` |
| [github.com/spf13/cobra](https://github.com/spf13/cobra) | `1.9.1` | `1.10.1` |
| [github.com/stretchr/testify](https://github.com/stretchr/testify) | `1.11.0` | `1.11.1` |
| [google.golang.org/genai](https://github.com/googleapis/go-genai) | `1.21.0` | `1.22.0` |



Updates `github.com/anthropics/anthropic-sdk-go` from 1.9.1 to 1.10.0
- [Release notes](https://github.com/anthropics/anthropic-sdk-go/releases)
- [Changelog](https://github.com/anthropics/anthropic-sdk-go/blob/main/CHANGELOG.md)
- [Commits](anthropics/anthropic-sdk-go@v1.9.1...v1.10.0)

Updates `github.com/charmbracelet/bubbletea/v2` from 2.0.0-beta.4.0.20250813213544-5cc219db8892 to 2.0.0-beta1
- [Release notes](https://github.com/charmbracelet/bubbletea/releases)
- [Changelog](https://github.com/charmbracelet/bubbletea/blob/main/.goreleaser.yml)
- [Commits](https://github.com/charmbracelet/bubbletea/commits)

Updates `github.com/charmbracelet/fang` from 0.3.1-0.20250711140230-d5ebb8c1d674 to 0.4.0
- [Release notes](https://github.com/charmbracelet/fang/releases)
- [Changelog](https://github.com/charmbracelet/fang/blob/main/.goreleaser.yml)
- [Commits](https://github.com/charmbracelet/fang/commits/v0.4.0)

Updates `github.com/charmbracelet/lipgloss/v2` from 2.0.0-beta.3.0.20250721205738-ea66aa652ee0 to 2.0.0-beta1
- [Release notes](https://github.com/charmbracelet/lipgloss/releases)
- [Changelog](https://github.com/charmbracelet/lipgloss/blob/master/.goreleaser.yml)
- [Commits](https://github.com/charmbracelet/lipgloss/commits)

Updates `github.com/mark3labs/mcp-go` from 0.38.0 to 0.39.1
- [Release notes](https://github.com/mark3labs/mcp-go/releases)
- [Commits](mark3labs/mcp-go@v0.38.0...v0.39.1)

Updates `github.com/spf13/cobra` from 1.9.1 to 1.10.1
- [Release notes](https://github.com/spf13/cobra/releases)
- [Commits](spf13/cobra@v1.9.1...v1.10.1)

Updates `github.com/stretchr/testify` from 1.11.0 to 1.11.1
- [Release notes](https://github.com/stretchr/testify/releases)
- [Commits](stretchr/testify@v1.11.0...v1.11.1)

Updates `google.golang.org/genai` from 1.21.0 to 1.22.0
- [Release notes](https://github.com/googleapis/go-genai/releases)
- [Changelog](https://github.com/googleapis/go-genai/blob/main/CHANGELOG.md)
- [Commits](googleapis/go-genai@v1.21.0...v1.22.0)

---
updated-dependencies:
- dependency-name: github.com/anthropics/anthropic-sdk-go
  dependency-version: 1.10.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: github.com/charmbracelet/bubbletea/v2
  dependency-version: 2.0.0-beta1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: github.com/charmbracelet/fang
  dependency-version: 0.4.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: github.com/charmbracelet/lipgloss/v2
  dependency-version: 2.0.0-beta1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: github.com/mark3labs/mcp-go
  dependency-version: 0.39.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: github.com/spf13/cobra
  dependency-version: 1.10.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: github.com/stretchr/testify
  dependency-version: 1.11.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: google.golang.org/genai
  dependency-version: 1.22.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all
...

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

dependabot bot commented on behalf of github Sep 8, 2025

Looks like these dependencies are updatable in another way, so this is no longer needed.

@dependabot dependabot bot closed this Sep 8, 2025
@dependabot dependabot bot deleted the dependabot/go_modules/all-f30b0c8bd1 branch September 8, 2025 09:58
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