Skip to content

Conversation

@dependabot
Copy link

@dependabot dependabot bot commented on behalf of github Dec 8, 2025

Bumps langextract from 1.0.7 to 1.1.1.

Release notes

Sourced from langextract's releases.

v1.1.1

What's New

Improvements

  • Multi-language tokenizer support with Unicode & Regex (#284)
    • Significantly improves support for CJK (Chinese, Japanese, Korean) languages
    • Better handling of non-Latin scripts

Bug Fixes

  • Fix Gemini Batch API project parameter passing (#286)
    • Resolves "Required parameter: project" error when using Vertex AI

Full Changelog: google/langextract@v1.1.0...v1.1.1

v1.1.0

What's New

Features

  • Vertex AI Batch API Support (#279)
    • Cost-effective processing with automatic chunking, GCS caching, and fault tolerance
    • Automatic fallback to standard online prediction if batch job fails
  • FormatHandler and schema validation framework (#239)
  • Independent progress bar control (show_progress) (#227)
  • Zenodo DOI support (#218)
  • Alignment parameter support via resolver_params (#211)
  • Community Providers:

Improvements

  • Streamlined annotation layer with lazy streaming (#276)
  • Diverse text type benchmark with tokenization quality metrics (#272)
  • Enable suppress_parse_errors parameter in resolver_params (#261)
  • Resolve pylint naming convention warnings in provider modules (#273)

Full Changelog: google/langextract@v1.0.9...v1.1.0

v1.0.9

What's New

Features

  • Prompt alignment validation for few-shot examples (#215)
    • Validates that example extractions exist in their source text
    • Three modes: OFF, WARNING (default), ERROR
    • New parameters: prompt_validation_level and prompt_validation_strict
  • Vertex AI authentication support for Gemini provider (#60)
  • llama-cpp-python community provider added (#202)

Improvements

... (truncated)

Commits
  • afc7fd9 chore: Bump version to 1.1.1 (#288)
  • 0ca4843 Fix: Pass project parameter correctly to storage.Client in Gemini Batch API (...
  • 0c1af87 refactor: Multi-language tokenizer support (Unicode & Regex) (#284)
  • 59e9ab8 chore: enforce dotenv override and warn on key conflict (#282)
  • 5c780e4 fix: Apply autoformatting, update pre-commit config, and add dev dependency (...
  • 22ac025 chore: Bump version to 1.1.0
  • 848d5aa feat: Add Vertex AI Batch API support with real-time fallback (#279)
  • fe18abe fix: streamline annotation layer with lazy streaming (#276)
  • bd1e3d2 Add diverse text type benchmark with tokenization quality metrics (#272)
  • 284dae9 Fix: Resolve pylint naming convention warnings in provider modules (#273)
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [langextract](https://github.com/google/langextract) from 1.0.7 to 1.1.1.
- [Release notes](https://github.com/google/langextract/releases)
- [Commits](google/langextract@v1.0.7...v1.1.1)

---
updated-dependencies:
- dependency-name: langextract
  dependency-version: 1.1.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update python code labels Dec 8, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file python Pull requests that update python code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant