python312Packages.langfuse: 2.45.1 -> 2.50.2 (#343457)

This commit is contained in:
OTABI Tomoya
2024-09-24 11:15:44 +09:00
committed by GitHub
@@ -17,14 +17,14 @@
buildPythonPackage rec {
pname = "langfuse";
version = "2.45.1";
version = "2.50.2";
pyproject = true;
src = fetchFromGitHub {
owner = "langfuse";
repo = "langfuse-python";
rev = "refs/tags/v${version}";
hash = "sha256-CErrC5hVBrdUFYxN3JxAIo5eb/OGnISWfzClSwrrYLM=";
hash = "sha256-CKydYXcwWB4fnomPBdOLTwRBLBtxqoNHdP2RBzcrjpk=";
};
build-system = [ poetry-core ];