python312Packages.langfuse: 2.45.1 -> 2.50.2

This commit is contained in:
R. Ryantm
2024-09-21 08:20:15 +00:00
parent 2643f688f7
commit e6d5fe503b
@@ -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 ];