Merge pull request #319873 from r-ryantm/auto-update/python311Packages.langfuse

python311Packages.langfuse: 2.35.0 -> 2.36.1
This commit is contained in:
Fabian Affolter 2024-06-14 22:22:02 +02:00 committed by GitHub
commit 3e6b936916
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.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 ];