| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Sorry, something went wrong.
|
@copilot should the uv.lock updated too? |
Sorry, something went wrong.
Yes — I updated uv.lock as well and regenerated it with graphrag-sdk resolved to 1.1.0 in commit f3467c8. Warning Firewall rules blocked me from connecting to one or more addresses (expand for details)I tried to connect to the following addresses, but was blocked by firewall rules:
If you need me to access, download, or install something from one of these locations, you can either:
|
Sorry, something went wrong.
|
A newer version of graphrag-sdk exists, but since this PR has been edited by someone other than Dependabot I haven't updated it. You'll get a PR for the updated version as normal once this PR is merged. |
Sorry, something went wrong.
Updates the requirements on [graphrag-sdk](https://github.com/FalkorDB/GraphRAG-SDK) to permit the latest version. - [Release notes](https://github.com/FalkorDB/GraphRAG-SDK/releases) - [Changelog](https://github.com/FalkorDB/GraphRAG-SDK/blob/main/CHANGELOG.md) - [Commits](FalkorDB/GraphRAG-SDK@v0.8.1...v1.1.0) --- updated-dependencies: - dependency-name: graphrag-sdk dependency-version: 1.1.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
graphrag-sdk 1.x is a full rewrite that removed `graphrag_sdk.models` and the `Ontology`/`KnowledgeGraph`/`KnowledgeGraphModelConfig` public API that `api/llm.py` depends on. FalkorDB#673 widened the constraint to `<1.2.0`, so a fresh resolve picks 1.1.1 and the app crashes on import: File "/app/api/llm.py", line 7, in <module> from graphrag_sdk.models.litellm import LiteModel ModuleNotFoundError: No module named 'graphrag_sdk.models' CI stayed green because `uv sync` honours uv.lock (still 0.8.2), while the Docker image ran `pip install .` straight from pyproject.toml and resolved the newest allowed version. Restore the `<0.9.0` upper bound and install the image's dependencies under constraints exported from uv.lock so the container can no longer drift from the lockfile. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
| Back | FazBrowse Home | New Git URL |
Updates the requirements on graphrag-sdk to permit the latest version.
Release notesSourced from graphrag-sdk's releases.
ChangelogSourced from graphrag-sdk's changelog.
... (truncated)
CommitsYou 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: