Skip to content

chore(deps): update sap-ai-sdk to v2.16.0 - #736

Open
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/sap-ai-sdk
Open

renovate[bot] wants to merge 1 commit into
mainfrom
renovate/sap-ai-sdk

Conversation

@renovate

@renovate renovate Bot commented Sep 13, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Type Update Change OpenSSF
@sap-ai-sdk/ai-api (source) devDependencies minor 2.15.1-20260912011712.02.16.0 OpenSSF Scorecard
@sap-ai-sdk/core (source) devDependencies minor 2.15.1-20260913012457.02.16.0 OpenSSF Scorecard
@sap-ai-sdk/document-grounding (source) devDependencies minor 2.15.1-20260913012457.02.16.0 OpenSSF Scorecard
@sap-ai-sdk/foundation-models (source) devDependencies minor 2.15.1-20260913012457.02.16.0 OpenSSF Scorecard
@sap-ai-sdk/langchain (source) devDependencies minor 2.15.1-20260913012457.02.16.0 OpenSSF Scorecard
@sap-ai-sdk/llm-batch (source) devDependencies minor 2.15.1-20260913012457.02.16.0 OpenSSF Scorecard
@sap-ai-sdk/openai (source) devDependencies minor 2.15.1-20260913012457.02.16.0 OpenSSF Scorecard
@sap-ai-sdk/orchestration (source) devDependencies minor 2.15.1-20260912011712.02.16.0 OpenSSF Scorecard
@sap-ai-sdk/rpt (source) devDependencies minor 2.15.1-20260913012457.02.16.0 OpenSSF Scorecard

Release Notes

SAP/ai-sdk-js (@​sap-ai-sdk/ai-api)

v2.16.0

Patch Changes
SAP/ai-sdk-js (@​sap-ai-sdk/core)

v2.16.0

Minor Changes
  • 0da56e2: [feat] Add LlmBatchModel type for models supported in LLM batch processing.
    BatchCreateRequest.spec.model now uses this type for IDE autocomplete.
  • 94b36e5: [Improvement] Added mistralai--mistral-medium, sap-rpt-1.5, sap-rpt-1.5-large, sap-rpt-1.6, sap-rpt-1.6-large, gpt-5.6-sol, gpt-5.6-terra, gpt-5.6-luna to the available model list.
    Remove deprecated models gpt-4.1-nano (retirement date: 2026-10-14), gemini-2.5-flash (retirement date: 2026-10-16) and gemini-2.5-pro (retirement date: 2026-10-16).
  • 4b2c014: [feat] Add gemini-3.5-flash-lite to the available model list.
    Remove deprecated model mistralai--mistral-large-instruct (retirement date: 2026-09-30).
Patch Changes
  • 3483acb: [fix] Set the default http agent socket timeout for AI Core requests to 1201 seconds (1201000 ms).
    This overrides the Cloud SDK default of 5 seconds, which is too short for chat and streaming completions.
    The value covers the orchestration server-side maximum of 1200 seconds plus 1 second of leeway.
    Keep-alive is now disabled on these requests.
    This avoids reusing stale sockets that a load balancer may have closed during the longer timeout.
    Both settings apply only to the service-binding destination.
    You can still override them with a custom destination's agentOptions or CustomRequestConfig.httpsAgent.
SAP/ai-sdk-js (@​sap-ai-sdk/document-grounding)

v2.16.0

Minor Changes
  • 478fc53: [impr] Update document grounding specification.
Patch Changes
SAP/ai-sdk-js (@​sap-ai-sdk/foundation-models)

v2.16.0

Patch Changes
SAP/ai-sdk-js (@​sap-ai-sdk/langchain)

v2.16.0

Patch Changes
SAP/ai-sdk-js (@​sap-ai-sdk/llm-batch)

v2.16.0

Minor Changes
  • 0da56e2: [feat] Add LlmBatchModel type for models supported in LLM batch processing.
    BatchCreateRequest.spec.model now uses this type for IDE autocomplete.
Patch Changes
SAP/ai-sdk-js (@​sap-ai-sdk/openai)

v2.16.0

Minor Changes
  • 875e285: [compat] Raise the minimum required openai package version to 7.5.0.
Patch Changes
SAP/ai-sdk-js (@​sap-ai-sdk/orchestration)

v2.16.0

Patch Changes
SAP/ai-sdk-js (@​sap-ai-sdk/rpt)

v2.16.0

Minor Changes
  • ba5b1b4: [feat] Add a confidence_interval field to PredictResponsePayload predictions for regression tasks.
  • ba5b1b4: [feat] Default gzip compression level to 1 for RPT predict requests.
  • ba5b1b4: [compat] Deprecate sap-rpt-1-small and sap-rpt-1-large.
    These model names remain functional until their retirement date (2026-12-31).
  • ba5b1b4: [feat] Add an explanations field to prediction_config; read feature importance scores per query row from the response.
  • ba5b1b4: [feat] Expand ColumnType from 3 to 16 values (integer, int16, int32, int64, uint8, decimal, double, boolean, largestring, uuid, time, datetime, timestamp).
    Map the new numeric variants to number; all other new variants (including datetime and timestamp, which are full ISO strings) map to string.
  • ba5b1b4: [compat] The server default changed from for parse_data_types changed from true to false.
    Pass parse_data_types: true explicitly if you relied on the old default.
  • ba5b1b4: [compat] The RptClient constructor no longer has a default model name.
    Pass one of the known model names explicitly, e.g. 'sap-rpt-1.5'.
  • ba5b1b4: [compat] Widen TargetColumnConfig.prediction_placeholder to accept null.
    The type is now string | number | null (was string | number).
  • 21556db: [feat] Add context_mode to PredictionConfig and PredictResponseMetadata (from RPT spec v1.6.0).
Patch Changes

Configuration

📅 Schedule: (in timezone Europe/Berlin)

  • Branch creation
    • At any time (no schedule defined)
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about these updates again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate
renovate Bot enabled auto-merge (squash) September 14, 2026 02:43
@renovate
renovate Bot force-pushed the renovate/sap-ai-sdk branch from 49281c2 to 6f51a32 Compare September 14, 2026 02:43
@renovate renovate Bot changed the title chore(deps): update sap-ai-sdk to v2.15.1-20260913012457.0 chore(deps): update sap-ai-sdk to v2.15.1-20260914012556.0 Sep 14, 2026
@renovate
renovate Bot force-pushed the renovate/sap-ai-sdk branch 3 times, most recently from d61e64b to 1f22c2c Compare September 15, 2026 06:09
@renovate renovate Bot changed the title chore(deps): update sap-ai-sdk to v2.15.1-20260914012556.0 chore(deps): update sap-ai-sdk to v2.15.1-20260915012318.0 Sep 15, 2026
@renovate
renovate Bot force-pushed the renovate/sap-ai-sdk branch from 1f22c2c to 3a501f0 Compare September 16, 2026 02:09
@renovate renovate Bot changed the title chore(deps): update sap-ai-sdk to v2.15.1-20260915012318.0 chore(deps): update sap-ai-sdk to v2.15.1-20260916012122.0 Sep 16, 2026
@renovate
renovate Bot force-pushed the renovate/sap-ai-sdk branch 2 times, most recently from b51491d to 32c30b7 Compare September 17, 2026 02:25
@renovate renovate Bot changed the title chore(deps): update sap-ai-sdk to v2.15.1-20260916012122.0 chore(deps): update sap-ai-sdk to v2.15.1-20260917012147.0 Sep 17, 2026
@renovate
renovate Bot force-pushed the renovate/sap-ai-sdk branch 2 times, most recently from 0a99e1d to cf6b94b Compare September 18, 2026 06:46
@renovate renovate Bot changed the title chore(deps): update sap-ai-sdk to v2.15.1-20260917012147.0 chore(deps): update sap-ai-sdk to v2.15.1-20260918012150.0 Sep 18, 2026
@renovate
renovate Bot force-pushed the renovate/sap-ai-sdk branch 3 times, most recently from cb36758 to 31f98a7 Compare September 19, 2026 00:07
@renovate renovate Bot changed the title chore(deps): update sap-ai-sdk to v2.15.1-20260918012150.0 chore(deps): update sap-ai-sdk to v2.16.0 Sep 19, 2026
@renovate
renovate Bot force-pushed the renovate/sap-ai-sdk branch 7 times, most recently from d594d85 to 9240807 Compare September 22, 2026 09:08
@renovate
renovate Bot force-pushed the renovate/sap-ai-sdk branch from 9240807 to 6aef69f Compare September 22, 2026 15:20

This branch has not been deployed

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