python312Packages.langfuse: 2.50.2 -> 2.51.2

This commit is contained in:
R. Ryantm 2024-09-30 07:33:46 +00:00
parent 5140208775
commit 802c33e246

View File

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