Download Latest Version v1.4.0 source code.tar.gz (10.6 MB)
Email in envelope

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

Home / v1.3.0
Name Modified Size InfoDownloads / Week
Parent folder
README.md 2026-04-28 824 Bytes
v1.3.0 source code.tar.gz 2026-04-28 10.6 MB
v1.3.0 source code.zip 2026-04-28 10.7 MB
Totals: 3 Items   21.4 MB 0

What's New

Features

  • Add automatic retry logic for transient Gemini API errors (503, 429) with jittered exponential backoff and keyword-only retry knobs (#385, fixes [#240])

Security

  • Make URL fetching opt-in by default (#449). URLs in input text are no longer auto-fetched; pass an explicit flag to enable.

Performance

  • Replace difflib fuzzy aligner with an O(n·m²) LCS DP for significantly faster alignment on large extractions (#442)

Bug Fixes

  • Close progress bars cleanly when save/download fails (#434)
  • Make IssueKind public and export it in __all__ (#426)

Documentation

  • Note that output_name is not sanitized in save_annotated_documents (#451)
  • Add langextract-usage Agent Skill (#448)

Full Changelog: https://github.com/google/langextract/compare/v1.2.1...v1.3.0

Source: README.md, updated 2026-04-28