python312Packages.langfuse: 2.51.2 -> 2.51.5

This commit is contained in:
R. Ryantm 2024-10-09 10:39:29 +00:00
parent 65d98cb037
commit 05e38dd5a0

View File

@ -17,14 +17,14 @@
buildPythonPackage rec {
pname = "langfuse";
version = "2.51.2";
version = "2.51.5";
pyproject = true;
src = fetchFromGitHub {
owner = "langfuse";
repo = "langfuse-python";
rev = "refs/tags/v${version}";
hash = "sha256-MaTR7hEE+Ed9pCXJ2JSxzLAJ0O0SnN3M3b5/7tdmQBw=";
hash = "sha256-2zcEpSXpW67ltB87LIqH6+DCKvNK1gstJU+/JHDJoPE=";
};
build-system = [ poetry-core ];