Skip to content

Conversation

@dependabot
Copy link
Contributor

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

Bumps graphrag from 1.2.0 to 2.7.0.

Release notes

Sourced from graphrag's releases.

v2.7.0

What's Changed

  • minor: Set LiteLLM as default in init_content.
  • patch: Fix Azure auth scope issue with LiteLLM.
  • patch: Housekeeping before 3.0

Full Changelog: microsoft/graphrag@v2.6.0...v2.7.0

v2.6.0

What's Changed

  • minor: Add LiteLLM chat and embedding model providers.
  • minor: Add LoggerFactory and clean up related API.
  • minor: Add config for NLP async mode.
  • minor: Add optional input documents to indexing API.
  • minor: add customization to vector store
  • patch: Add gpt-5 support by updating fnllm dependency.
  • patch: Fix all human_readable_id fields to be 0-based.
  • patch: Fix multi-index search.
  • patch: Improve upon recent logging refactor
  • patch: Make cache, storage, and vector_store factories consistent with similar registration support
  • patch: Remove hard-coded community rate limiter.
  • patch: generate_text_embeddings only loads tables if embedding field is specified.

New Contributors

Full Changelog: microsoft/graphrag@v.2.5.0...v2.6.0

v.2.5.0

What's Changed

  • minor: Add additional context variable to build index signature for custom parameter bag
  • minor: swap package management from Poetry -> UV

Full Changelog: microsoft/graphrag@v.2.4.0...v.2.5.0

v.2.4.0

What's Changed

  • minor: Allow injection of custom pipelines.
  • minor: Refactored StorageFactory to use a registration-based approach
  • patch: Fix default values for tpm and rpm limiters on embeddings
  • patch: Update typer.
  • patch: cleaned up logging to follow python standards.

Full Changelog: microsoft/graphrag@v2.3.0...v.2.4.0

v2.3.0

What's Changed

... (truncated)

Changelog

Sourced from graphrag's changelog.

2.7.0

  • minor: Set LiteLLM as default in init_content.
  • patch: Fix Azure auth scope issue with LiteLLM.
  • patch: Housekeeping toward 2.7.

2.6.0

  • minor: Add LiteLLM chat and embedding model providers.
  • minor: Add LoggerFactory and clean up related API.
  • minor: Add config for NLP async mode.
  • minor: Add optional input documents to indexing API.
  • minor: add customization to vector store
  • patch: Add gpt-5 support by updating fnllm dependency.
  • patch: Fix all human_readable_id fields to be 0-based.
  • patch: Fix multi-index search.
  • patch: Improve upon recent logging refactor
  • patch: Make cache, storage, and vector_store factories consistent with similar registration support
  • patch: Remove hard-coded community rate limiter.
  • patch: generate_text_embeddings only loads tables if embedding field is specified.

2.5.0

  • minor: Add additional context variable to build index signature for custom parameter bag
  • minor: swap package management from Poetry -> UV

2.4.0

  • minor: Allow injection of custom pipelines.
  • minor: Refactored StorageFactory to use a registration-based approach
  • patch: Fix default values for tpm and rpm limiters on embeddings
  • patch: Update typer.
  • patch: cleaned up logging to follow python standards.

2.3.0

  • minor: Remove Dynamic Max Retries support. Refactor typer typing in cli interface
  • minor: Update fnllm to latest. Update default graphrag configuration
  • patch: A few fixes and enhancements for better reuse and flow.
  • patch: Add full llm response to LLM PRovider output
  • patch: Fix Drift Reduce Response for non streaming calls
  • patch: Fix global search prompt to include missing formatting key
  • patch: Upgrade pyarrow dependency to >=17.0.0 to fix CVE-2024-52338

2.2.1

  • patch: Fix Community Report prompt tuning response
  • patch: Fix graph creation missing edge weights.
  • patch: Update as workflows

... (truncated)

Commits

Dependabot compatibility score

You can trigger a rebase of this PR 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)

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

Bumps [graphrag](https://github.com/microsoft/graphrag) from 1.2.0 to 2.7.0.
- [Release notes](https://github.com/microsoft/graphrag/releases)
- [Changelog](https://github.com/microsoft/graphrag/blob/main/CHANGELOG.md)
- [Commits](microsoft/graphrag@v1.2.0...v2.7.0)

---
updated-dependencies:
- dependency-name: graphrag
  dependency-version: 2.7.0
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update python code labels Oct 13, 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