python311Packages.langfuse: 2.33.1 -> 2.35.0

This commit is contained in:
R. Ryantm 2024-06-07 13:22:55 +00:00
parent dfec583872
commit 5e74195b45

View File

@ -17,14 +17,14 @@
buildPythonPackage rec {
pname = "langfuse";
version = "2.33.1";
version = "2.35.0";
pyproject = true;
src = fetchFromGitHub {
owner = "langfuse";
repo = "langfuse-python";
rev = "refs/tags/v${version}";
hash = "sha256-ZPCL3Xle4qEw2pNIcja252meep26W/RbVEk2suzywYI=";
hash = "sha256-u1gnv2eDYhF0C4r88VMIedxUEk6WU88Q0mlweVKLaoc=";
};
build-system = [ poetry-core ];