Download Latest Version e2b@2.38.2 source code.zip (2.2 MB)
Email in envelope

Get an email when there's a new version of E2B

Home / @e2b_python-sdk@2.37.1
Name Modified Size InfoDownloads / Week
Parent folder
@e2b_python-sdk@2.37.1 source code.tar.gz 2026-08-07 1.7 MB
@e2b_python-sdk@2.37.1 source code.zip 2026-08-07 2.2 MB
README.md 2026-08-07 1.1 kB
Totals: 3 Items   3.9 MB 0

Patch Changes

  • 88f41f3: Align ANSI stripping of template build log messages across both SDKs. The Python SDK's strip_ansi_escape_codes now ports the JS SDK's stripAnsi regex: OSC sequences (hyperlinks, window titles) are matched non-greedily up to the first string terminator — including sequences spanning newlines — and CSI sequences are stripped without requiring a terminator. Both implementations additionally strip the remaining ECMA-48 string controls (DCS/Sixel, SOS, PM, APC) through their string terminator so control payloads no longer leak into cleaned logs.
  • 998e560: Relax the Python SDK's wcmatch requirement from >=10.1,<11 to >=10.1,<12 so e2b can be installed alongside packages that already require wcmatch>=11 (for example deepagents>=0.7.0), which previously failed to resolve. The SDK only calls glob.glob() with GLOBSTAR | DOTMATCH for template context matching; wcmatch 11.0's single breaking change affects translate() callers using extended-glob capture groups, so it is a no-op here. The template glob test suite passes against 10.1, 10.2.1 and 11.0.
Source: README.md, updated 2026-08-07