chore(deps): bump @ai-sdk/provider from 1.1.3 to 3.0.8#7
Open
dependabot[bot] wants to merge 1 commit into
Open
chore(deps): bump @ai-sdk/provider from 1.1.3 to 3.0.8#7dependabot[bot] wants to merge 1 commit into
dependabot[bot] wants to merge 1 commit into
Conversation
Contributor
Author
LabelsThe following labels could not be found: Please fix the above issues or remove invalid values from |
There was a problem hiding this comment.
1 issue found across 2 files
Prompt for AI agents (unresolved issues)
Check if these issues are valid — if so, understand the root cause of each and fix them. If appropriate, use sub-agents to investigate and fix each issue separately.
<file name="packages/ai-sdk/package.json">
<violation number="1" location="packages/ai-sdk/package.json:19">
P1: Upgrading `@ai-sdk/provider` to `^3` is incompatible with this package’s current V1 provider interface usage (`EmbeddingModelV1`) and AI SDK v4 dependency graph.</violation>
</file>
Architecture diagram
sequenceDiagram
participant App as Consumer Application
participant SDK as @ai-sdk/provider (v3.0.8)
participant LLM as External AI API (e.g. Alibaba, OpenAI)
participant Tel as Telemetry / Monitoring
Note over App,Tel: Runtime request flow with v3 provider updates
App->>SDK: Request AI Completion (model, prompt, options)
SDK->>SDK: CHANGED: Execute global model resolution
Note right of SDK: NEW: Default resolution logic<br/>for video model parameters
alt NEW: Alibaba Provider
SDK->>LLM: POST /v1/chat/completions (Alibaba Spec)
else Existing Providers (Anthropic/OpenAI/etc)
SDK->>LLM: Forward request via specific adapter
end
alt Success
LLM-->>SDK: Model Response (content + reasoning_text)
opt NEW: Telemetry Enabled
SDK->>Tel: CHANGED: Log telemetry with 'reasoning_text' metadata
end
SDK-->>App: Final standardized AI response
else API Error
LLM-->>SDK: Error (4xx/5xx)
SDK-->>App: Throw Provider-specific error
end
Reply with feedback, questions, or to request a fix. Tag @cubic-dev-ai to re-run a review.
| }, | ||
| "dependencies": { | ||
| "@ai-sdk/provider": "^1", | ||
| "@ai-sdk/provider": "^3", |
There was a problem hiding this comment.
P1: Upgrading @ai-sdk/provider to ^3 is incompatible with this package’s current V1 provider interface usage (EmbeddingModelV1) and AI SDK v4 dependency graph.
Prompt for AI agents
Check if this issue is valid — if so, understand the root cause and fix it. At packages/ai-sdk/package.json, line 19:
<comment>Upgrading `@ai-sdk/provider` to `^3` is incompatible with this package’s current V1 provider interface usage (`EmbeddingModelV1`) and AI SDK v4 dependency graph.</comment>
<file context>
@@ -16,7 +16,7 @@
},
"dependencies": {
- "@ai-sdk/provider": "^1",
+ "@ai-sdk/provider": "^3",
"@infer-please/tei": "workspace:*"
},
</file context>
Suggested change
| "@ai-sdk/provider": "^3", | |
| "@ai-sdk/provider": "^1", |
5ef8828 to
7ce714e
Compare
Bumps [@ai-sdk/provider](https://github.com/vercel/ai) from 1.1.3 to 3.0.8. - [Release notes](https://github.com/vercel/ai/releases) - [Changelog](https://github.com/vercel/ai/blob/main/CHANGELOG.md) - [Commits](https://github.com/vercel/ai/compare/@ai-sdk/provider@1.1.3...@ai-sdk/provider@3.0.8) --- updated-dependencies: - dependency-name: "@ai-sdk/provider" dependency-version: 3.0.8 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
7ce714e to
1c8aa53
Compare
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.



Bumps @ai-sdk/provider from 1.1.3 to 3.0.8.
Release notes
Sourced from
@ai-sdk/provider's releases.... (truncated)
Commits
0808471Version Packages (#12327)7168375feat (ai, provider): default global provider video model resolution (#12315)7fcff27Version Packages (#12325)aa924c7feat(provider/alibaba): initial alibaba provider (#12240)ff7dd52Version Packages (#12323)471009bfix(ai): pass reasoning text in telemetry (#12321)abab944fix: unused variable in amazon bedrock anthropic logic (#12310)d37d7a6Version Packages (#12309)5674cc7docs(examples): Anthropic adaptive and extended thinking on Google Vertex (#1...37808f7Version Packages (#12308)