python312Packages.weaviate-client 3.26.2 -> 4.5.1 https://github.com/weaviate/weaviate-python-client/releases attrpath: python312Packages.weaviate-client 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/4sdf6hns10m4p0kn6rap4bvjqjb78w2l-packages.json.drv building '/nix/store/4sdf6hns10m4p0kn6rap4bvjqjb78w2l-packages.json.drv'... Going to be running update for following packages: - python3.12-weaviate-client-3.26.2 Press Enter key to continue... Running update for: - python3.12-weaviate-client-3.26.2: UPDATING ... - python3.12-weaviate-client-3.26.2: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/weaviate-client/default.nix b/pkgs/development/python-modules/weaviate-client/default.nix index 35a4c5527533..5db198141293 100644 --- a/pkgs/development/python-modules/weaviate-client/default.nix +++ b/pkgs/development/python-modules/weaviate-client/default.nix @@ -10,14 +10,14 @@ buildPythonPackage rec { pname = "weaviate-client"; - version = "3.26.2"; + version = "4.5.1"; format = "setuptools"; disabled = pythonOlder "3.7"; src = fetchPypi { inherit pname version; - hash = "sha256-Y+xwg5tkkJgQpkqns+W4UIhGLpPH4u08MuvvtwLzZyM="; + hash = "sha256-gElboFIwEMiwN6HhpPPT+tcmh0pMiDjq7R8TG2eMMKI="; }; postPatch = '' No auto update branch exists Received ExitFailure 1 when running Raw command: /nix/store/62fm7r6175k2bgvhc19hn9bdhw90wa3n-nix-2.18.1/bin/nix-build --option sandbox true --arg config "{ allowBroken = true; allowUnfree = true; allowAliases = false; }" --arg overlays "[ ]" -A python312Packages.weaviate-client nix build failed. shrinking RPATHs of ELF executables and libraries in /nix/store/h75z1a5ni0nw1b3y8dbsis70n0sx2lzv-python3.12-weaviate-client-4.5.1-dist checking for references to /build/ in /nix/store/h75z1a5ni0nw1b3y8dbsis70n0sx2lzv-python3.12-weaviate-client-4.5.1-dist... patching script interpreter paths in /nix/store/h75z1a5ni0nw1b3y8dbsis70n0sx2lzv-python3.12-weaviate-client-4.5.1-dist Executing pythonRemoveTestsDir Finished executing pythonRemoveTestsDir @nix { "action": "setPhase", "phase": "pythonCatchConflictsPhase" } Running phase: pythonCatchConflictsPhase @nix { "action": "setPhase", "phase": "pythonRemoveBinBytecodePhase" } Running phase: pythonRemoveBinBytecodePhase @nix { "action": "setPhase", "phase": "pythonImportsCheckPhase" } Running phase: pythonImportsCheckPhase Executing pythonImportsCheckPhase Check whether the following modules can be imported: weaviate Traceback (most recent call last): File "", line 1, in File "", line 1, in File "/nix/store/n3jf1lkdfakxskzsm4nlhss8mdgmcqhc-python3-3.12.2/lib/python3.12/importlib/__init__.py", line 90, in import_module return _bootstrap._gcd_import(name[level:], package, level) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "", line 1387, in _gcd_import File "", line 1360, in _find_and_load File "", line 1331, in _find_and_load_unlocked File "", line 935, in _load_unlocked File "", line 995, in exec_module File "", line 488, in _call_with_frames_removed File "/nix/store/d5jpw19x112zv24lp96ba228yys6jb3z-python3.12-weaviate-client-4.5.1/lib/python3.12/site-packages/weaviate/__init__.py", line 14, in from .client import Client, WeaviateClient File "/nix/store/d5jpw19x112zv24lp96ba228yys6jb3z-python3.12-weaviate-client-4.5.1/lib/python3.12/site-packages/weaviate/client.py", line 7, in from httpx import HTTPError as HttpxError ModuleNotFoundError: No module named 'httpx'