python312Packages.langfuse: 2.44.1 -> 2.45.1

This commit is contained in:
R. Ryantm
2024-09-01 18:53:42 +00:00
parent 5cbbd23d5d
commit c01f00fc9c
@@ -17,14 +17,14 @@
buildPythonPackage rec {
pname = "langfuse";
version = "2.44.1";
version = "2.45.1";
pyproject = true;
src = fetchFromGitHub {
owner = "langfuse";
repo = "langfuse-python";
rev = "refs/tags/v${version}";
hash = "sha256-RoejwWVV3+zRWKkbhV82Gf9DSqrQ2r+SoR99mzmc3TM=";
hash = "sha256-CErrC5hVBrdUFYxN3JxAIo5eb/OGnISWfzClSwrrYLM=";
};
build-system = [ poetry-core ];