python3Packages.llama-index-instrumentation: 0.4.2 -> 0.4.3 (#496680)

This commit is contained in:
Fabian Affolter
2026-03-12 08:08:42 +00:00
committed by GitHub
@@ -9,13 +9,13 @@
buildPythonPackage rec {
pname = "llama-index-instrumentation";
version = "0.4.2";
version = "0.4.3";
pyproject = true;
src = fetchPypi {
pname = "llama_index_instrumentation";
inherit version;
hash = "sha256-3ElXtk2gkiBgaQ6Fpr6WmKwI404PaekLATZN3sTz3n8=";
hash = "sha256-aovTSwwvuUhZcflS8+XWM0Hrh/jFXILygZo34XRJTrk=";
};
pythonRelaxDeps = [ "pydantic" ];