python3Packages.langfuse: 2.60.4 -> 2.60.5

This commit is contained in:
R. Ryantm
2025-05-22 14:14:54 +00:00
parent 583eef75e7
commit cddade41f0
@@ -18,14 +18,14 @@
buildPythonPackage rec {
pname = "langfuse";
version = "2.60.4";
version = "2.60.5";
pyproject = true;
src = fetchFromGitHub {
owner = "langfuse";
repo = "langfuse-python";
tag = "v${version}";
hash = "sha256-wUTh53FatAblzIvYqy7D+kuxyWtKc426By8bsSLFa38=";
hash = "sha256-DpfbebbONJ8+7mVouvULRbGs9t1cGjOZHhk3KvaY+gM=";
};
build-system = [ poetry-core ];