Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

python312Packages.llama-index-core: 0.11.16 -> 0.11.20 #352714

Open
wants to merge 11 commits into
base: master
Choose a base branch
from
8 changes: 5 additions & 3 deletions pkgs/development/python-modules/chromadb/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@

buildPythonPackage rec {
pname = "chromadb";
version = "0.5.11";
version = "0.5.17";
pyproject = true;

disabled = pythonOlder "3.9";
Expand All @@ -61,13 +61,13 @@ buildPythonPackage rec {
owner = "chroma-core";
repo = "chroma";
rev = "refs/tags/${version}";
hash = "sha256-qE8eX97khcQa2JS9ZuJ1j3/pduXcQGyuVyvsnvKaemo=";
hash = "sha256-ui4wUV9jIvgPtnY5L8mHg9k3l3ccL4u1rir426wwuMg=";
};

cargoDeps = rustPlatform.fetchCargoTarball {
inherit src;
name = "${pname}-${version}";
hash = "sha256-zciqOK5EkvxX3ctkGdkAppOQAW4CJ554PZsw2ctrdG0=";
hash = "sha256-lF+TpoQF6vZoxjPX3CN6TnWiY72qoxrVu2hilWgNx2E=";
};

pythonRelaxDeps = [
Expand Down Expand Up @@ -149,6 +149,8 @@ buildPythonPackage rec {
# Tests are laky / timing sensitive
"test_fastapi_server_token_authn_allows_when_it_should_allow"
"test_fastapi_server_token_authn_rejects_when_it_should_reject"
# Issue with event loop
"test_http_client_bw_compatibility"
];

disabledTestPaths = [
Expand Down
4 changes: 2 additions & 2 deletions pkgs/development/python-modules/llama-cloud/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,15 @@

buildPythonPackage rec {
pname = "llama-cloud";
version = "0.1.2";
version = "0.1.4";
pyproject = true;

disabled = pythonOlder "3.8";

src = fetchPypi {
pname = "llama_cloud";
inherit version;
hash = "sha256-fIB0fpp/MtS3OcLV1K3XNR+DbZLmM9asA/pAGJbTMJc=";
hash = "sha256-bwFVl5vZYWCVHLgSxIg28frOA3vHnM/Y0YWxjvTJ+vg=";
};

build-system = [ poetry-core ];
Expand Down
8 changes: 6 additions & 2 deletions pkgs/development/python-modules/llama-index-core/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@

buildPythonPackage rec {
pname = "llama-index-core";
version = "0.11.16";
version = "0.11.20";
pyproject = true;

disabled = pythonOlder "3.8";
Expand All @@ -44,7 +44,7 @@ buildPythonPackage rec {
owner = "run-llama";
repo = "llama_index";
rev = "refs/tags/v${version}";
hash = "sha256-t4hQMlORpdWXkbKQhVSxD/pdxFtu+sJ4FQQxIXLoH94=";
hash = "sha256-r4xedtxoYv6CcxtDrgwau9LY3kOBg3jXlQm1g59L7x4=";
};

sourceRoot = "${src.name}/${pname}";
Expand All @@ -63,6 +63,8 @@ buildPythonPackage rec {
cp -r ${nltk-data.punkt}/tokenizers/punkt/* llama_index/core/_static/nltk_cache/tokenizers/punkt/
'';

pythonRelaxDeps = [ "tenacity" ];

build-system = [ poetry-core ];

dependencies = [
Expand Down Expand Up @@ -127,6 +129,8 @@ buildPythonPackage rec {
# Tests require network access
"test_from_namespaced_persist_dir"
"test_from_persist_dir"
# asyncio.exceptions.InvalidStateError: invalid state
"test_workflow_context_to_dict_mid_run"
];

meta = with lib; {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,15 @@

buildPythonPackage rec {
pname = "llama-index-graph-stores-neo4j";
version = "0.3.2";
version = "0.3.5";
pyproject = true;

disabled = pythonOlder "3.8";

src = fetchPypi {
pname = "llama_index_graph_stores_neo4j";
inherit version;
hash = "sha256-O/iTlpbREmN1tbojbaqZ7gLAN2JdKmKEzhKCnpth6S0=";
hash = "sha256-r3/bxG4EZmeJ5fa4mmE2OTlbvGN780rsze5HoKQssiY=";
};

build-system = [ poetry-core ];
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ buildPythonPackage rec {
hash = "sha256-9pafEIXvsKvr1jZ+RvNRICDz9rnAhvRYpRmDDdYeggY=";
};

pythonRelaxDeps = [ "tenacity" ];

build-system = [ poetry-core ];

dependencies = [ llama-index-core ];
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,15 @@

buildPythonPackage rec {
pname = "llama-index-llms-ollama";
version = "0.3.3";
version = "0.3.4";
pyproject = true;

disabled = pythonOlder "3.8";

src = fetchPypi {
pname = "llama_index_llms_ollama";
inherit version;
hash = "sha256-J54Z9tWb81DcIIDVzaXqa9JkKd576gvGdMoiTDoTOII=";
hash = "sha256-Vt9uGIcIGvRSL57DK+LUYy2NTyYZ9yqnHqYJZiMeVKA=";
};

build-system = [ poetry-core ];
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,15 @@

buildPythonPackage rec {
pname = "llama-index-llms-openai";
version = "0.2.12";
version = "0.2.16";
pyproject = true;

disabled = pythonOlder "3.8";

src = fetchPypi {
pname = "llama_index_llms_openai";
inherit version;
hash = "sha256-RyG8GnZcyfiWuSgku07RTyicGfwVdlpmgJB4slY6dBE=";
hash = "sha256-fGZt0nBWwnigef9F1T8fv8jtNjdkqnuu7i4D30f5Byo=";
};

pythonRemoveDeps = [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,15 @@

buildPythonPackage rec {
pname = "llama-index-multi-modal-llms-openai";
version = "0.2.2";
version = "0.2.3";
pyproject = true;

disabled = pythonOlder "3.8";

src = fetchPypi {
pname = "llama_index_multi_modal_llms_openai";
inherit version;
hash = "sha256-xyBc/Zoj4iAdtSfKP4+l70+yYKtsmxXnkWNjCpFu4Vk=";
hash = "sha256-jrm38f85Vu8JeeIbyD5qiF5AmHtxmfGV5GUl0G465AI=";
};

build-system = [ poetry-core ];
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,15 @@

buildPythonPackage rec {
pname = "llama-index-vector-stores-chroma";
version = "0.2.0";
version = "0.2.1";
pyproject = true;

disabled = pythonOlder "3.8";

src = fetchPypi {
pname = "llama_index_vector_stores_chroma";
inherit version;
hash = "sha256-n6fGNgXB4pbhea1e5QT0Co/sVnd8r3L5+pVCut5U2Uw=";
hash = "sha256-3vFadjVLtGWLFrrbklN6cudmJz1eVmsFdUYQBdpThH8=";
};

build-system = [ poetry-core ];
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,15 +11,15 @@

buildPythonPackage rec {
pname = "llama-index-vector-stores-qdrant";
version = "0.3.0";
version = "0.3.3";
pyproject = true;

disabled = pythonOlder "3.8";

src = fetchPypi {
pname = "llama_index_vector_stores_qdrant";
inherit version;
hash = "sha256-mWY86wyS3aVd+cBhY8pCvn6w86Z0AdWrjOlz987Wg6I=";
hash = "sha256-YpecQB3OHi7id/Mvu73dn+gcXjXzVZR5+Sr0KwkIbDs=";
};

build-system = [ poetry-core ];
Expand Down
4 changes: 2 additions & 2 deletions pkgs/development/python-modules/llama-parse/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,15 @@

buildPythonPackage rec {
pname = "llama-parse";
version = "0.5.7";
version = "0.5.12";
pyproject = true;

disabled = pythonOlder "3.8";

src = fetchPypi {
pname = "llama_parse";
inherit version;
hash = "sha256-sqKdvOMrmTQvuULRwhCr7w7qV99vJmZimQOe96kx/v8=";
hash = "sha256-4kFgbPNXRCXfdsD10BoxqVx5LG+++AqvcvjtZEi9FxU=";
};

build-system = [ poetry-core ];
Expand Down