python312Packages.langfuse: 2.50.2 -> 2.51.2 (#345448)

This commit is contained in:
OTABI Tomoya 2024-09-30 17:57:56 +09:00 committed by GitHub
commit 9cd33989ac
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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 ];