From 0fcd1e4e96fdfa21c1fd9756dcc7f7e6ccdd82f1 Mon Sep 17 00:00:00 2001 From: sarahec Date: Fri, 21 Nov 2025 21:46:40 +0000 Subject: [PATCH] python312Packages.chromadb: 1.2.2 -> 1.3.5 DIFF: https://github.com/chroma-core/chroma/compare/1.2.2...1.3.5 --- pkgs/development/python-modules/chromadb/default.nix | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/pkgs/development/python-modules/chromadb/default.nix b/pkgs/development/python-modules/chromadb/default.nix index 06c7acde4293..193fb863e7a7 100644 --- a/pkgs/development/python-modules/chromadb/default.nix +++ b/pkgs/development/python-modules/chromadb/default.nix @@ -67,19 +67,19 @@ buildPythonPackage rec { pname = "chromadb"; - version = "1.2.2"; + version = "1.3.5"; pyproject = true; src = fetchFromGitHub { owner = "chroma-core"; repo = "chroma"; tag = version; - hash = "sha256-D8vLkV8T1igOoCgJDiccLytxlXdF0oLJZTQpBsLM7Z0="; + hash = "sha256-pIVoPW7Sdc3XN66SuA6IILQkhoNwqy/X4OWgW08CC58="; }; cargoDeps = rustPlatform.fetchCargoVendor { inherit pname version src; - hash = "sha256-f5lU1ClKEZjzOAkng1B37d4VmHYzLOP2uMvoN1RFFoo="; + hash = "sha256-3cY9d28dE7Ndh0o1MiBLSwRggkjjnXRcnmsvC2t5S7A="; }; # Can't use fetchFromGitHub as the build expects a zipfile @@ -224,6 +224,7 @@ buildPythonPackage rec { "chromadb/test/ef" "chromadb/test/property/test_cross_version_persist.py" "chromadb/test/stress" + "chromadb/test/api/test_schema_e2e.py" # Excessively slow "chromadb/test/property/test_add.py"