Unverified Commit 40479e71 authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

python312Packages.langfuse: 2.44.1 -> 2.45.1 (#338873)

parents 0f455293 c01f00fc
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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 ];