1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-18 03:30:45 +00:00

python312Packages.langfuse: 2.51.5 -> 2.53.3 (#352081)

This commit is contained in:
Pol Dellaiera 2024-10-29 22:10:20 +01:00 committed by GitHub
commit 9417fe480e
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.51.5";
version = "2.53.3";
pyproject = true;
src = fetchFromGitHub {
owner = "langfuse";
repo = "langfuse-python";
rev = "refs/tags/v${version}";
hash = "sha256-2zcEpSXpW67ltB87LIqH6+DCKvNK1gstJU+/JHDJoPE=";
hash = "sha256-uhbCLDjOU13KAJcCXz03IPNICG5ZI16KIShY2sXPkp4=";
};
build-system = [ poetry-core ];