Skip to content

xbbg 1.3.1

Choose a tag to compare

@github-actions github-actions released this 22 Jun 16:07
· 19 commits to main since this release

Added

  • @xbbg/langgraph chart-spec helper for generative UI: Added xbbg_ext_chart_spec and createExtChartSpecTool() to convert bounded Bloomberg result rows into dependency-free Vega-Lite visualization payloads for CopilotKit, assistant-ui, Vercel AI SDK, LangGraph UI, or other frontend renderers.

Fixed

  • Python request failures catch public BlpRequestError (#341): Native Rust request-family errors are normalized to the public Python exception classes at the request boundary, so except xbbg.BlpRequestError catches all-security request failures while preserving BlpLimitError, BlpSecurityError, and BlpFieldError specificity.
  • @xbbg/langgraph preferreds fields are optional in tool calls: xbbg_preferreds now treats fields: [] as omitted so the preferred-stock recipe can use its default field set instead of rejecting model/frontend calls that send an empty optional list.

Security

  • Security dependency updates for PyO3, esbuild, and LangGraph tooling: Updated the Rust PyO3 binding stack to the patched 0.29 line, upgraded Arrow integration accordingly, and refreshed JavaScript development dependencies/overrides so Dependabot alerts for PyO3, esbuild, and transitive uuid are resolved.

Full Changelog: v1.3.0...v1.3.1