Skip to content

chore(deps-dev): bump @ai-sdk/openai-compatible from 0.2.16 to 2.0.41#8

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/bun/ai-sdk/openai-compatible-2.0.41
Open

chore(deps-dev): bump @ai-sdk/openai-compatible from 0.2.16 to 2.0.41#8
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/bun/ai-sdk/openai-compatible-2.0.41

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Apr 14, 2026

Copy link
Copy Markdown
Contributor

Bumps @ai-sdk/openai-compatible from 0.2.16 to 2.0.41.

Release notes

Sourced from @​ai-sdk/openai-compatible's releases.

@​ai-sdk/bytedance@​2.0.0-beta.22

Patch Changes

  • 12d239b: feat (provider/bytedance): add seedance 2.0 support

@​ai-sdk/rsc@​1.0.175

Patch Changes

  • ai@5.0.173

@​ai-sdk/angular@​1.0.173

Patch Changes

  • ai@5.0.173

@​ai-sdk/langchain@​1.0.173

Patch Changes

  • ai@5.0.173

@​ai-sdk/llamaindex@​1.0.173

Patch Changes

  • ai@5.0.173

@​ai-sdk/bytedance@​1.0.10

Patch Changes

  • a8cec3a: feat (provider/bytedance): add seedance 2.0 support

@​ai-sdk/otel@​1.0.0-beta.38

Patch Changes

  • ai@7.0.0-beta.92

@​ai-sdk/otel@​1.0.0-beta.37

Patch Changes

  • ai@7.0.0-beta.91

@​ai-sdk/otel@​1.0.0-beta.36

Patch Changes

  • 1db29c8: feat(ai): break CallSettings apart into LanguageModelCallOptions and RequestOptions
  • Updated dependencies [1db29c8]
    • ai@7.0.0-beta.90

@​ai-sdk/workflow@​1.0.0-beta.4

Patch Changes

... (truncated)

Commits

@dependabot @github

dependabot Bot commented on behalf of github Apr 14, 2026

Copy link
Copy Markdown
Contributor Author

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.

@cubic-dev-ai cubic-dev-ai Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No issues found across 2 files

Architecture diagram
sequenceDiagram
    participant Client as User Client
    participant App as Server Application
    participant AISDK as AI SDK Core (ai)
    participant Provider as CHANGED: @ai-sdk/openai-compatible (v2)
    participant Schema as NEW: Standard Schema / Zod
    participant API as External LLM API (Groq/Local)

    Note over Client,API: LLM Request Flow with AI SDK v2

    Client->>App: Sends Chat/Prompt Request
    App->>AISDK: Call streamText() or generateText()
    
    AISDK->>Provider: NEW: Request model execution via v2 Provider API
    
    rect rgb(240, 240, 240)
    Note over Provider,Schema: Validation & Schema Handshake
    Provider->>Schema: CHANGED: Validate tool/response schemas
    Schema-->>Provider: Return validated specification
    end

    Provider->>API: HTTP POST /v1/chat/completions
    
    alt Streaming Flow
        API-->>Provider: Server-Sent Events (SSE) Stream
        Provider->>Provider: NEW: Parse stream using eventsource-parser
        Provider-->>AISDK: Stream tokens/tool calls
        AISDK-->>Client: Streamed UI chunks
    else Unified Response
        API-->>Provider: JSON Response Body
        Provider-->>AISDK: Normalized Result
        AISDK-->>App: Completion Object
        App-->>Client: JSON Response
    end

    Note over Provider: CHANGED: Peer dependency requirement for Zod 3.25+ or v4
Loading

@dependabot dependabot Bot force-pushed the dependabot/bun/ai-sdk/openai-compatible-2.0.41 branch 3 times, most recently from b8e2722 to 5b6a689 Compare April 15, 2026 06:12
Bumps [@ai-sdk/openai-compatible](https://github.com/vercel/ai) from 0.2.16 to 2.0.41.
- [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/openai-compatible@0.2.16...@ai-sdk/openai-compatible@2.0.41)

---
updated-dependencies:
- dependency-name: "@ai-sdk/openai-compatible"
  dependency-version: 2.0.41
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot force-pushed the dependabot/bun/ai-sdk/openai-compatible-2.0.41 branch from 5b6a689 to e666343 Compare April 15, 2026 06:16
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.

0 participants