python312Packages.langfuse: 2.59.7 -> 2.60.0

This commit is contained in:
R. Ryantm
2025-03-18 17:38:51 +00:00
parent 639aae7e30
commit 1bf6ff95ab
@@ -18,14 +18,14 @@
buildPythonPackage rec {
pname = "langfuse";
version = "2.59.7";
version = "2.60.0";
pyproject = true;
src = fetchFromGitHub {
owner = "langfuse";
repo = "langfuse-python";
tag = "v${version}";
hash = "sha256-nnNQH7ETBg1YlGUqNba0w/0Q38fIc8iGDWQLXj42kq4=";
hash = "sha256-POafeO7MqPnNp+kVSOCMJxV0Q6IDuEG9Kusb69dHtbo=";
};
build-system = [ poetry-core ];