python3Packages.langfuse: 3.8.1 -> 3.10.5 (#460233)

This commit is contained in:
dotlambda
2025-12-06 20:58:58 +00:00
committed by GitHub
@@ -21,14 +21,14 @@
buildPythonPackage rec {
pname = "langfuse";
version = "3.8.1";
version = "3.10.5";
pyproject = true;
src = fetchFromGitHub {
owner = "langfuse";
repo = "langfuse-python";
tag = "v${version}";
hash = "sha256-HXg7p3yfRXK13FLxkfCaKxZxDkXX8Y274ZVKL17Zj0A=";
hash = "sha256-OEbocc1yZjTUryqxHr4wCtd18u/L6fKdJBvUMAwx1oo=";
};
build-system = [ poetry-core ];