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

This commit is contained in:
R. Ryantm
2025-10-29 08:10:04 +00:00
parent e6e136583d
commit 468dd6e271
@@ -9,13 +9,13 @@
buildPythonPackage rec {
pname = "llama-index-instrumentation";
version = "0.4.1";
version = "0.4.2";
pyproject = true;
src = fetchPypi {
pname = "llama_index_instrumentation";
inherit version;
hash = "sha256-p50N0rq6NPBf9DVNY6mbISMiY1uK+mzJbtAKfhHr/cM=";
hash = "sha256-3ElXtk2gkiBgaQ6Fpr6WmKwI404PaekLATZN3sTz3n8=";
};
pythonRelaxDeps = [ "pydantic" ];