Skip to content

fix: Hatchet Typescript SDK v1.22.2 cannot build with Bun #3944

Merged
juliusgeo merged 3 commits into
mainfrom
fix_ts_import_for_bun
May 18, 2026
Merged

fix: Hatchet Typescript SDK v1.22.2 cannot build with Bun #3944
juliusgeo merged 3 commits into
mainfrom
fix_ts_import_for_bun

Conversation

@juliusgeo
Copy link
Copy Markdown
Contributor

Description

Changes the import setup for the OpenAI agent SDK so that it is fully inside the try block so that bun doesn't throw an error trying to look up the module when it isn't installed.

Fixes #3926

Type of change

  • Bug fix (non-breaking change which fixes an issue)
  • Documentation change (pure documentation change)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • Refactor (non-breaking changes to code which doesn't change any behaviour)
  • CI (any automation pipeline changes)
  • Chore (changes which are not directly related to any business logic)
  • Test changes (add, refactor, improve or change a test)
  • This change requires a documentation update

What's Changed

  • Add a list of tasks or features here...

@vercel
Copy link
Copy Markdown

vercel Bot commented May 18, 2026

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

Project Deployment Actions Updated (UTC)
hatchet-docs Ready Ready Preview, Comment May 18, 2026 2:37pm

Request Review

@juliusgeo juliusgeo merged commit 146bed9 into main May 18, 2026
12 of 13 checks passed
@juliusgeo juliusgeo deleted the fix_ts_import_for_bun branch May 18, 2026 14:50
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.

[BUG] Hatchet Typescript SDK v1.22.2 cannot build with Bun

2 participants