| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2026-04-08 | 614 Bytes | |
| v1.2.1 source code.tar.gz | 2026-04-08 | 10.6 MB | |
| v1.2.1 source code.zip | 2026-04-08 | 10.7 MB | |
| Totals: 3 Items | 21.3 MB | 1 | |
What's New
Bug Fixes
- Pass
reasoning_effortdirectly to OpenAI API as a top-level Chat Completions parameter (#429) - Fixes
unexpected keyword argument 'reasoning'error when using reasoning models (o1, o3, o4-mini, gpt-5) - Suppress schema errors in
resolve()whensuppress_parse_errors=True(#435) - Extends suppression to
ValueErrorfrom malformed-but-parseable LLM output, not justFormatError - Fix Ollama Docker example healthcheck (#360)
- Replaces
curl(not present in image) withollama list
Full Changelog: https://github.com/google/langextract/compare/v1.2.0...v1.2.1