python311Packages.langfuse: 2.35.0 -> 2.36.1

This commit is contained in:
R. Ryantm 2024-06-14 18:25:56 +00:00
parent f172255668
commit ae00b147e7

View File

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