Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 27, 2025

Updates the requirements on rig-core to permit the latest version.

Release notes

Sourced from rig-core's releases.

rig-core-v0.23.0

Added

  • (rig-1021) allow language to be set to None for transcription (#997)
  • (rig-1008) add Send + Sync to ProviderClient (#974)
  • (rig-976) support filters for VectorSearchRequest (#952)
  • (rig-1004) expose tool call partials (#960)
  • convert video media mime type (#959)
  • (rig-996) generic streaming (#955)
  • (gemini) Support streaming thinking (#947)
  • (ollama) thinking (#948)
  • (anthropic) Expose the reasoning signature (#945)

Fixed

  • CompletionError: ProviderError: {"error":{"code":null,"param":null,"message":"[] is too short - 'tools'","type":"invalid_request_error"}} (#1003)
  • (rig-1023) reasoning/thinking stream sends redundant data (#1002)
  • (rig-1022) GenericEventSource polling None should not error (#999)
  • (huggingface) align tool message serialization with OpenAI API spec (#993)
  • (rig-1020) add futures-timer/wasm-bindgen feature for wasm (#995)
  • (rig-1019) fix potentially incorrect provider URLs (#991)
  • (rig-1016) Huggingface completions API 404 (#986)
  • (rig-1011) docs mismatch (#981)
  • (rig-1007) tool servers broken in WASM (#970)
  • (rig-1009) Incorrect struct shape (OpenAI) (#973)
  • (rig-997) allow string documents for OpenAI Completions API (#966)
  • (rig-1006) text-embedding-ada-002 doesn't support custom dimensions (#967)
  • (agent) Apply tool_choice to completion request (#958)
  • (rig-1005) enable toggling "think" on ollama (#962)
  • (openrouter) use reqwest_post helper to construct full URL (#943)
  • (rig-995) include max tokens in Moonshot API request (#935)

Other

  • InvalidCodeWithMessage error enum variant (#963)
  • (rig-1003) update list of production rig users (#956)
  • make streaming prompt module pub (#944)
  • (rig-993) re-import all items from embeddings module in rig::embeddings (#936)
Commits
  • debc59c chore: release (#938)
  • 92bf83d fix: CompletionError: ProviderError: {"error":{"code":null,"param":null,"mess...
  • e17084c fix(rig-1023): reasoning/thinking stream sends redundant data (#1002)
  • 3d5002b fix(rig-1022): GenericEventSource polling None should not error (#999)
  • e313ec8 feat(rig-1021): allow language to be set to None for transcription (#997)
  • 1eb53e2 fix(huggingface): align tool message serialization with OpenAI API spec (#993)
  • 711976a fix(rig-1020): add futures-timer/wasm-bindgen feature for wasm (#995)
  • b9a3c6a fix(rig-1019): fix potentially incorrect provider URLs (#991)
  • c80ac48 Fix bedrock tool calls with zero arguments (#989)
  • 35a7f67 fix(rig-1016): Huggingface completions API 404 (#986)
  • Additional commits viewable 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 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)

Updates the requirements on [rig-core](https://github.com/0xPlaygrounds/rig) to permit the latest version.
- [Release notes](https://github.com/0xPlaygrounds/rig/releases)
- [Commits](0xPlaygrounds/rig@rig-core-v0.15.1...rig-core-v0.23.0)

---
updated-dependencies:
- dependency-name: rig-core
  dependency-version: 0.23.0
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the T-dependencies Dependencies related changes label Oct 27, 2025
@github-actions github-actions bot added T-config Configuration file changes T-examples Example code changes labels Oct 27, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

T-config Configuration file changes T-dependencies Dependencies related changes T-examples Example code changes

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant