python3Packages.langfuse: 2.60.3 -> 2.60.4

This commit is contained in:
R. Ryantm
2025-05-11 17:46:45 +00:00
parent 6c2e919de4
commit a08f21a844
@@ -18,14 +18,14 @@
buildPythonPackage rec {
pname = "langfuse";
version = "2.60.3";
version = "2.60.4";
pyproject = true;
src = fetchFromGitHub {
owner = "langfuse";
repo = "langfuse-python";
tag = "v${version}";
hash = "sha256-B1WpBv3nWfCM4eU6e9yon5fMMWLOIHCYT/+q7u/q7fg=";
hash = "sha256-wUTh53FatAblzIvYqy7D+kuxyWtKc426By8bsSLFa38=";
};
build-system = [ poetry-core ];