python312Packages.llama-index-core 0.10.27 -> 0.10.28 https://github.com/run-llama/llama_index/releases attrpath: python312Packages.llama-index-core Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/glchg7xpvs5c3mllpkzj1w9jadh99hbh-packages.json.drv building '/nix/store/glchg7xpvs5c3mllpkzj1w9jadh99hbh-packages.json.drv'... Going to be running update for following packages: - python3.12-llama-index-core-0.10.27 Press Enter key to continue... Running update for: - python3.12-llama-index-core-0.10.27: UPDATING ... - python3.12-llama-index-core-0.10.27: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/llama-index-core/default.nix b/pkgs/development/python-modules/llama-index-core/default.nix index 6eea1a140ab7..b2896a0edf7d 100644 --- a/pkgs/development/python-modules/llama-index-core/default.nix +++ b/pkgs/development/python-modules/llama-index-core/default.nix @@ -31,7 +31,7 @@ buildPythonPackage rec { pname = "llama-index-core"; - version = "0.10.27"; + version = "0.10.28"; pyproject = true; disabled = pythonOlder "3.8"; @@ -40,7 +40,7 @@ buildPythonPackage rec { owner = "run-llama"; repo = "llama_index"; rev = "refs/tags/v${version}"; - hash = "sha256-jfmoj9TOrFngHs8s7qeMHit/7YGdGX8GrqJMu3avWs4="; + hash = "sha256-FZjm1jYpvnZpHZZfj4o0WQUpkXoeMqHD4iel/tC9iME="; }; sourceRoot = "${src.name}/${pname}"; No auto update branch exists Old version 0.10.27" not present in master derivation file with contents: { lib, aiohttp, buildPythonPackage, dataclasses-json, deprecated, dirtyjson, fetchFromGitHub, fsspec, llamaindex-py-client, nest-asyncio, networkx, nltk, numpy, openai, pandas, pillow, poetry-core, pytest-asyncio, pytest-mock, pytestCheckHook, pythonOlder, pyyaml, requests, tree-sitter, sqlalchemy, tenacity, tiktoken, typing-inspect, }: buildPythonPackage rec { pname = "llama-index-core"; version = "0.10.28.post1"; pyproject = true; disabled = pythonOlder "3.8"; src = fetchFromGitHub { owner = "run-llama"; repo = "llama_index"; rev = "refs/tags/v${version}"; hash = "sha256-BOpKaOP0DdBdVB0bMrAwXG5xaZ3AXnHX3/sHt1GRWJs="; }; sourceRoot = "${src.name}/${pname}"; build-system = [ poetry-core ]; dependencies = [ aiohttp dataclasses-json deprecated dirtyjson fsspec llamaindex-py-client nest-asyncio networkx nltk numpy openai pandas pillow pyyaml requests sqlalchemy tenacity tiktoken typing-inspect ]; nativeCheckInputs = [ tree-sitter pytest-asyncio pytest-mock pytestCheckHook ]; pythonImportsCheck = [ "llama_index" ]; disabledTestPaths = [ # Tests require network access "tests/agent/" "tests/callbacks/" "tests/chat_engine/" "tests/evaluation/" "tests/indices/" "tests/ingestion/" "tests/memory/" "tests/node_parser/" "tests/objects/" "tests/playground/" "tests/postprocessor/" "tests/query_engine/" "tests/question_gen/" "tests/response_synthesizers/" "tests/retrievers/" "tests/selectors/" "tests/test_utils.py" "tests/text_splitter/" "tests/token_predictor/" "tests/tools/" ]; meta = with lib; { description = "Data framework for your LLM applications"; homepage = "https://github.com/run-llama/llama_index/"; changelog = "https://github.com/run-llama/llama_index/blob/${version}/CHANGELOG.md"; license = licenses.mit; maintainers = with maintainers; [ fab ]; }; }