Skip to content

Conversation

@dependabot
Copy link

@dependabot dependabot bot commented on behalf of github Oct 13, 2025

Bumps langextract from 1.0.7 to 1.0.9.

Release notes

Sourced from langextract's releases.

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

  • Changed debug=False as default in extract() for cleaner output
  • Fixed router typings for provider plugins (#190)
  • Allow T-prefixed TypeVars in pylint (#194)

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

v1.0.8

What's Changed

Features

  • Ollama timeout improvements (#154)
    • Increased default timeout from 30s to 120s
    • Made timeout configurable via ModelConfig
    • Fixed kwargs not being passed through

Documentation

  • Improved visualization examples for Jupyter/Colab (#153)
  • Added Romeo & Juliet Colab notebook

Full Changelog: google/langextract@v1.0.7...v1.0.8

Commits
  • 2446bbe chore: Bump version to 1.0.9
  • b048a8c refactor: Set debug=False as default in extract()
  • 8a055a3 feat: Add prompt alignment validation for few-shot examples (#215)
  • b9a11b2 Add llama-cpp-python community provider to the plugin repository (#202)
  • d4bbf6c feat: Add Vertex AI authentication support for Gemini provider (#60)
  • 8406253 fix (router): typings for provider plugin registration decorator (#190)
  • b51a968 fix: Allow T-prefixed TypeVars in pylint config (#194)
  • caa0462 feat: Add AWS Bedrock community provider to the plugin registry (#193)
  • b2dee65 fix: Relax issue reference validation for community provider PRs
  • 9fda9d6 Fix URL detection to prevent unintended fetching (#189)
  • 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.0.9.
- [Release notes](https://github.com/google/langextract/releases)
- [Commits](google/langextract@v1.0.7...v1.0.9)

---
updated-dependencies:
- dependency-name: langextract
  dependency-version: 1.0.9
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

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 Oct 13, 2025
@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Nov 17, 2025

Superseded by #2.

@dependabot dependabot bot closed this Nov 17, 2025
@dependabot dependabot bot deleted the dependabot/pip/langextract-1.0.9 branch November 17, 2025 09:49
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