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

This commit is contained in:
Nick Cao 2024-09-02 09:24:37 -04:00 committed by GitHub
commit 40479e7185
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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 ];