From 2d2641c28595c7ee5d3015e60f9b45182080c165 Mon Sep 17 00:00:00 2001 From: Gabriel Luiz Freitas Almeida Date: Tue, 15 Aug 2023 12:28:37 -0300 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A7=20chore(pyproject.toml):=20add=20l?= =?UTF-8?q?angfuse=20dependency=20to=20improve=20language=20processing=20c?= =?UTF-8?q?apabilities?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- poetry.lock | 20 +++++++++++++++++++- pyproject.toml | 1 + 2 files changed, 20 insertions(+), 1 deletion(-) diff --git a/poetry.lock b/poetry.lock index f8a545fce..a583230d2 100644 --- a/poetry.lock +++ b/poetry.lock @@ -2924,6 +2924,24 @@ toml = "*" [package.extras] test = ["psutil", "pytest", "pytest-asyncio"] +[[package]] +name = "langfuse" +version = "1.0.2" +description = "A client library for accessing langfuse" +optional = false +python-versions = ">=3.8.1,<4.0" +files = [ + {file = "langfuse-1.0.2-py3-none-any.whl", hash = "sha256:6cf73d50bde7a7deae581c9817ca54df28b9d15fee0d1fcbbf60cf419a54b112"}, + {file = "langfuse-1.0.2.tar.gz", hash = "sha256:11e85b54b39fee68534be673278098e94e82746bf2768bf293e0d6f76f7bfe07"}, +] + +[package.dependencies] +attrs = ">=21.3.0" +httpx = ">=0.15.4,<0.25.0" +langchain = ">=0.0.237,<1.0" +pydantic = ">=1.10.7,<2.0" +python-dateutil = ">=2.8.0,<3.0" + [[package]] name = "langsmith" version = "0.0.22" @@ -7591,4 +7609,4 @@ local = ["ctransformers", "llama-cpp-python", "sentence-transformers"] [metadata] lock-version = "2.0" python-versions = ">=3.9,<3.11" -content-hash = "53bb67a463c4ad0d3dd30c89e30750fc31be5530ee54539d4df34fd82ecf7bc1" +content-hash = "0f094546812865f69f686c14cc1e08b77ebf9102d0de0b78da9026a3af267655" diff --git a/pyproject.toml b/pyproject.toml index 65a8f5088..94c82ce78 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -79,6 +79,7 @@ psycopg-binary = "^3.1.9" fastavro = "^1.8.0" langchain-experimental = "^0.0.8" metaphor-python = "^0.1.11" +langfuse = "^1.0.2" [tool.poetry.group.dev.dependencies] black = "^23.1.0"