Skip to content

chore(deps): update lightrag-hku requirement from <1.5 to <1.6#299

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/pip/lightrag-hku-lt-1.6
Open

chore(deps): update lightrag-hku requirement from <1.5 to <1.6#299
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/pip/lightrag-hku-lt-1.6

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jun 15, 2026

Copy link
Copy Markdown

Updates the requirements on lightrag-hku to permit the latest version.

Release notes

Sourced from lightrag-hku's releases.

v1.5.3

⚠️ Upgrade Notes (existing Milvus deployments)

Due to PR #3228, upgrading an existing Milvus deployment triggers a one-time automatic migration on the next initialize_storages(): the legacy collection is copied into the new model-suffixed collection (schema-upgraded and byte-truncated) before the service becomes ready. Plan for the extra startup time and write throughput on large collections.

  • The migration runs only once. After the suffixed collection exists, every subsequent startup validates and loads it directly and does not re-scan or re-migrate the legacy collection.
  • The legacy data is never deleted automatically. For safety the old {workspace}_{namespace} collection is kept, not dropped, so vector storage is temporarily duplicated after the upgrade. This is intentional — the migration does not reclaim the space for you.
    • Action required: once you have confirmed the migration succeeded and the new system works correctly against the model-suffixed collection, manually drop the old {workspace}_{namespace} collection yourself to reclaim storage. Until you do, the duplicated vectors remain on disk.
  • Legacy collections whose data is incompatible (different vector dimension, or an old simple schema with no vector field) are not migrated; a fresh suffixed collection is created instead and the legacy data is left untouched.

What's New

What's Changed

New Contributors

Full Changelog: HKUDS/LightRAG@v1.5.2...v1.5.3

Commits
  • 41ee354 Merge pull request #3275 from eltociear/add-ja-doc
  • 6433d49 Merge remote-tracking branch 'origin/claude/loving-davinci-9oh6ct' into add-j...
  • efdd63f Merge branch 'main' into add-ja-doc
  • 4f7c1fe docs: add Japanese README and fix multimodal section anchor
  • 21027ea Merge pull request #3276 from danielaskdd/chore/bump-pre-commit-ruff
  • d5c37d6 Bump API version to 0311
  • 5f3465d chore: add .git-blame-ignore-revs for the ruff 0.15 reformat
  • 21f4e69 style: apply ruff 0.15 formatting across repo
  • 033fc03 chore: bump pre-commit hooks
  • da3f200 Merge pull request #3269 from returnSGD/fix/webui-streaming
  • Additional commits viewable in compare view

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 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)

Updates the requirements on [lightrag-hku](https://github.com/HKUDS/LightRAG) to permit the latest version.
- [Release notes](https://github.com/HKUDS/LightRAG/releases)
- [Commits](HKUDS/LightRAG@v1.0.3...v1.5.3)

---
updated-dependencies:
- dependency-name: lightrag-hku
  dependency-version: 1.5.3
  dependency-type: direct:production
...

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 Jun 15, 2026
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.

0 participants