Skip to content

chore(deps): bump @tambo-ai/react from 0.67.1 to 0.75.0 in the tambo-ai group#52

Open
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/tambo-ai-a0f22a9e40
Open

chore(deps): bump @tambo-ai/react from 0.67.1 to 0.75.0 in the tambo-ai group#52
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/tambo-ai-a0f22a9e40

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot bot commented on behalf of github Feb 9, 2026

Bumps the tambo-ai group with 1 update: @tambo-ai/react.

Updates @tambo-ai/react from 0.67.1 to 0.75.0

Changelog

Sourced from @​tambo-ai/react's changelog.

0.75.0 (2026-02-08)

Features

  • api,react-sdk: wire up toolChoice support end-to-end (#2260) (3106ab6)
  • react-sdk,api: support initialMessages in V1 stack and add maxCalls to tool DTO (#2264) (872af14)
  • react-sdk: add authentication state management to V1 SDK (#2280) (3965c96)
  • react-sdk: default streamable for interactable tools (#2294) (9c9c480)
  • react-sdk: pass maxCalls through in V1 toAvailableTool() conversion (#2281) (cc2a18d)
  • react-sdk: support tamboStreamableHint in V1 event loop (#2256) (aafb8ab)

Bug Fixes

  • api,react-sdk: route V1 initialMessages through ThreadsService and support system/assistant roles (#2295) (3df637d)
  • ci: add domain check and fix tambo.ai references (#2135) (d37caf8)
  • persist previousRunId across page reloads for v1 threads (#2288) (10d1dd0)
  • react-sdk: add TamboContextAttachmentProvider to V1 provider tree (#2259) (c3357a4)
  • react-sdk: support useTamboV1ComponentState in interactable components (#2257) (3c6f30c)
  • v1 sdk: add MCP providers to TamboV1Provider (#2290) (6744de3)
  • v1: replace throttle for streamable tools (#2287) (95fbd7d)

Miscellaneous Chores

  • deps-dev: bump @​types/node from 22.19.7 to 22.19.8 (#2249) (aed1ae6)
  • deps-dev: bump the eslint group across 1 directory with 2 updates (#2263) (9c1652e)
  • deps: bump @​tambo-ai/typescript-sdk from 0.88.0 to 0.89.0 in the tambo-ai group (#2245) (aec371a)

Documentation

  • react-sdk: update V1 SDK reference for new features (#2292) (f285d75)
  • simplify README and align SDK README (#2240) (15ae72c)

0.74.1 (2026-02-06)

Bug Fixes

  • api,react-sdk: prevent MCP "Method not found" error when no servers configured (#2223) (1363bde)

0.74.0 (2026-02-06)

Features

  • api,react-sdk: V1 API message loading improvements (#2190) (53eb5ad)
  • react-sdk: add interactable component support to V1 SDK (#2217) (73ef2f4)

... (truncated)

Commits
  • 7102f59 chore(main): release react 0.75.0 (#2258)
  • 3df637d fix(api,react-sdk): route V1 initialMessages through ThreadsService and suppo...
  • 95fbd7d fix(v1): replace throttle for streamable tools (#2287)
  • 9c9c480 feat(react-sdk): default streamable for interactable tools (#2294)
  • f285d75 docs(react-sdk): update V1 SDK reference for new features (#2292)
  • 10d1dd0 fix: persist previousRunId across page reloads for v1 threads (#2288)
  • 6744de3 fix(v1 sdk): add MCP providers to TamboV1Provider (#2290)
  • d37caf8 fix(ci): add domain check and fix tambo.ai references (#2135)
  • cc2a18d feat(react-sdk): pass maxCalls through in V1 toAvailableTool() conversion (#2...
  • 3965c96 feat(react-sdk): add authentication state management to V1 SDK (#2280)
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by [GitHub Actions](https://www.npmjs.com/~GitHub Actions), a new releaser for @​tambo-ai/react since your current version.


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

@dependabot dependabot bot added area: dependencies Dependency updates status: ready Ready for review labels Feb 9, 2026
@vercel
Copy link
Copy Markdown

vercel bot commented Feb 9, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
tambo-landing Ready Ready Preview, Comment Feb 23, 2026 1:00pm

Bumps the tambo-ai group with 1 update: [@tambo-ai/react](https://github.com/tambo-ai/tambo/tree/HEAD/react-sdk).


Updates `@tambo-ai/react` from 0.67.1 to 0.75.0
- [Release notes](https://github.com/tambo-ai/tambo/releases)
- [Changelog](https://github.com/tambo-ai/tambo/blob/main/react-sdk/CHANGELOG.md)
- [Commits](https://github.com/tambo-ai/tambo/commits/react-v0.75.0/react-sdk)

---
updated-dependencies:
- dependency-name: "@tambo-ai/react"
  dependency-version: 0.75.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: tambo-ai
...

Signed-off-by: dependabot[bot] <support@github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

area: dependencies Dependency updates change: chore Maintenance and chores contributor: bot Created by a bot status: ready Ready for review

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants