Skip to content

Conversation

@dependabot
Copy link

@dependabot dependabot bot commented on behalf of github Nov 9, 2025

Bumps the all group with 5 updates:

Package From To
github.com/anthropics/anthropic-sdk-go 1.16.0 1.17.0
github.com/cohere-ai/cohere-go/v2 2.15.3 2.16.0
github.com/ollama/ollama 0.12.9 0.12.10
golang.org/x/sync 0.17.0 0.18.0
modernc.org/sqlite 1.39.1 1.40.0

Updates github.com/anthropics/anthropic-sdk-go from 1.16.0 to 1.17.0

Release notes

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

v1.17.0

1.17.0 (2025-11-05)

Full Changelog: v1.16.0...v1.17.0

Features

  • bedrock: re-route beta headers through request body (00a2bf3)

Chores

  • internal: grammar fix (it's -> its) (687bc29)
Changelog

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

1.17.0 (2025-11-05)

Full Changelog: v1.16.0...v1.17.0

Features

  • bedrock: re-route beta headers through request body (00a2bf3)

Chores

  • internal: grammar fix (it's -> its) (687bc29)
Commits

Updates github.com/cohere-ai/cohere-go/v2 from 2.15.3 to 2.16.0

Release notes

Sourced from github.com/cohere-ai/cohere-go/v2's releases.

v2.16.0

What's Changed

  • [BREAKING] ToolV2.Type and ToolCallV2.Type were changed from optional strings to mandatory fields and should, for now, be omitted since the only valid value is function
  • [BREAKING] ToolCallV2.ID was changed from an optional string to a string.
  • Experimental support for Batch API
  • Bug fix for unexpected end of JSON input decoding errors

Full Changelog: cohere-ai/cohere-go@v2.15.3...v2.16.0

Commits

Updates github.com/ollama/ollama from 0.12.9 to 0.12.10

Release notes

Sourced from github.com/ollama/ollama's releases.

v0.12.10

ollama run now works with embedding models

ollama run can now run embedding models to generate vector embeddings from text:

ollama run embeddinggemma "Hello world"

Content can also be provided to ollama run via standard input:

echo "Hello world" | ollama run embeddinggemma

What's Changed

  • Fixed errors when running qwen3-vl:235b and qwen3-vl:235b-instruct
  • Enable flash attention for Vulkan (currently needs to be built from source)
  • Add Vulkan memory detection for Intel GPU using DXGI+PDH
  • Ollama will now return tool call IDs from the /api/chat API
  • Fixed hanging due to CPU discovery
  • Ollama will now show login instructions when switching to a cloud model in interactive mode
  • Fix reading stale VRAM data
  • ollama run now works with embedding models

New Contributors

Full Changelog: ollama/ollama@v0.12.9...v0.12.10

Commits

Updates golang.org/x/sync from 0.17.0 to 0.18.0

Commits

Updates modernc.org/sqlite from 1.39.1 to 1.40.0

Commits

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 5 updates:

| Package | From | To |
| --- | --- | --- |
| [github.com/anthropics/anthropic-sdk-go](https://github.com/anthropics/anthropic-sdk-go) | `1.16.0` | `1.17.0` |
| [github.com/cohere-ai/cohere-go/v2](https://github.com/cohere-ai/cohere-go) | `2.15.3` | `2.16.0` |
| [github.com/ollama/ollama](https://github.com/ollama/ollama) | `0.12.9` | `0.12.10` |
| [golang.org/x/sync](https://github.com/golang/sync) | `0.17.0` | `0.18.0` |
| [modernc.org/sqlite](https://gitlab.com/cznic/sqlite) | `1.39.1` | `1.40.0` |


Updates `github.com/anthropics/anthropic-sdk-go` from 1.16.0 to 1.17.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.16.0...v1.17.0)

Updates `github.com/cohere-ai/cohere-go/v2` from 2.15.3 to 2.16.0
- [Release notes](https://github.com/cohere-ai/cohere-go/releases)
- [Commits](cohere-ai/cohere-go@v2.15.3...v2.16.0)

Updates `github.com/ollama/ollama` from 0.12.9 to 0.12.10
- [Release notes](https://github.com/ollama/ollama/releases)
- [Commits](ollama/ollama@v0.12.9...v0.12.10)

Updates `golang.org/x/sync` from 0.17.0 to 0.18.0
- [Commits](golang/sync@v0.17.0...v0.18.0)

Updates `modernc.org/sqlite` from 1.39.1 to 1.40.0
- [Commits](https://gitlab.com/cznic/sqlite/compare/v1.39.1...v1.40.0)

---
updated-dependencies:
- dependency-name: github.com/anthropics/anthropic-sdk-go
  dependency-version: 1.17.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: github.com/cohere-ai/cohere-go/v2
  dependency-version: 2.16.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: github.com/ollama/ollama
  dependency-version: 0.12.10
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: golang.org/x/sync
  dependency-version: 0.18.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: modernc.org/sqlite
  dependency-version: 1.40.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all
...

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

dependabot bot commented on behalf of github Nov 9, 2025

Labels

The following labels could not be found: dependencies. Please create it before Dependabot can add it to a pull request.

Please fix the above issues or remove invalid values from dependabot.yml.

@GuntuAshok GuntuAshok closed this Nov 10, 2025
@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Nov 10, 2025

This pull request was built based on a group rule. Closing it will not ignore any of these versions in future pull requests.

To ignore these dependencies, configure ignore rules in dependabot.yml

@dependabot dependabot bot deleted the dependabot/go_modules/all-1e9db924b4 branch November 10, 2025 12:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants