python3Packages.langfuse: 3.10.5 -> 3.10.6

This commit is contained in:
R. Ryantm
2025-12-12 23:57:49 +00:00
parent f0a33ba877
commit e08cae6670
@@ -21,14 +21,14 @@
buildPythonPackage rec {
pname = "langfuse";
version = "3.10.5";
version = "3.10.6";
pyproject = true;
src = fetchFromGitHub {
owner = "langfuse";
repo = "langfuse-python";
tag = "v${version}";
hash = "sha256-OEbocc1yZjTUryqxHr4wCtd18u/L6fKdJBvUMAwx1oo=";
hash = "sha256-1rBgHbYlqxeiA3R70KsDt8FKicJbi5CbFNvDJXr1HBs=";
};
build-system = [ poetry-core ];