python3Packages.langfuse: 4.0.1 -> 4.0.2

https://hydra.nixos.org/build/329152878/nixlog/3/tail
https://github.com/langfuse/langfuse-python/releases/tag/v4.0.2

Uh, I don't know.  Feel free to upgrade further, etc.
I wanted to at least unblock the build.
This commit is contained in:
Vladimír Čunát
2026-05-20 09:13:26 +02:00
parent ddc4da5d18
commit 76e2d64904
@@ -15,14 +15,14 @@
buildPythonPackage (finalAttrs: {
pname = "langfuse";
version = "4.0.1";
version = "4.0.2";
pyproject = true;
src = fetchFromGitHub {
owner = "langfuse";
repo = "langfuse-python";
tag = "v${finalAttrs.version}";
hash = "sha256-JJfVh09ziAnizQcUusjEJPLUBpi9o04gfBysO+hA6Fg=";
hash = "sha256-BTwCAyqZMic5sOVAXOhhS6H1SBoEePo1fGOt5vLiLUo=";
};
build-system = [ poetry-core ];