python3Packages.llama-index-instrumentation: 0.3.0 -> 0.4.0 (#430569)

authored by Fabian Affolter and committed by GitHub 8e06af3b f43ee9fe

+2 -2
+2 -2
pkgs/development/python-modules/llama-index-instrumentation/default.nix
··· 9 9 10 10 buildPythonPackage rec { 11 11 pname = "llama-index-instrumentation"; 12 - version = "0.3.0"; 12 + version = "0.4.0"; 13 13 pyproject = true; 14 14 15 15 src = fetchPypi { 16 16 pname = "llama_index_instrumentation"; 17 17 inherit version; 18 - hash = "sha256-d3QcHZhh6tCA5vmDUGJZcUiNHgRr7ekc7J4M4vY+o0o="; 18 + hash = "sha256-847MHwK2wferhCY7qmRn+sn4ZTjA7iVUKFPeRieKvqc="; 19 19 }; 20 20 21 21 pythonRelaxDeps = [ "pydantic" ];