python3Packages.llama-index-instrumentation: 0.4.0 -> 0.4.1

This commit is contained in:
R. Ryantm
2025-09-22 04:34:20 +00:00
parent 6d7dc316d6
commit fc27751026
@@ -9,13 +9,13 @@
buildPythonPackage rec {
pname = "llama-index-instrumentation";
version = "0.4.0";
version = "0.4.1";
pyproject = true;
src = fetchPypi {
pname = "llama_index_instrumentation";
inherit version;
hash = "sha256-847MHwK2wferhCY7qmRn+sn4ZTjA7iVUKFPeRieKvqc=";
hash = "sha256-p50N0rq6NPBf9DVNY6mbISMiY1uK+mzJbtAKfhHr/cM=";
};
pythonRelaxDeps = [ "pydantic" ];