From 7a6d4065ba7d5deaca4159583514f296a8256ddb Mon Sep 17 00:00:00 2001 From: Erick Friis Date: Thu, 31 Oct 2024 16:23:48 -0700 Subject: [PATCH] bump langsmith to 0.1.139rc1 (#394) --- poetry.lock | 8 ++++---- pyproject.toml | 6 +++--- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/poetry.lock b/poetry.lock index 3525b604..386e26f9 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1721,13 +1721,13 @@ orjson = ">=3.10.1" [[package]] name = "langsmith" -version = "0.1.135" +version = "0.1.139rc1" description = "Client library to connect to the LangSmith LLM Tracing and Evaluation Platform." optional = false python-versions = "<4.0,>=3.8.1" files = [ - {file = "langsmith-0.1.135-py3-none-any.whl", hash = "sha256:b1d1ca3bad483a4239745c57e9b9157b4d099fbf3149be21e3d112c94ede06ac"}, - {file = "langsmith-0.1.135.tar.gz", hash = "sha256:7abed7e141386af99a2177f0b3600b124ae3ad1b482879ba0724ce92ef998a11"}, + {file = "langsmith-0.1.139rc1-py3-none-any.whl", hash = "sha256:539144338fbe4a32d0cc11e69f967b53fe567cb698f7b9b66abb97048489e923"}, + {file = "langsmith-0.1.139rc1.tar.gz", hash = "sha256:efada0a96f335446128606ecc4fa42bba8b15dfbd84f16d1ae00b95ba560d5d2"}, ] [package.dependencies] @@ -3713,4 +3713,4 @@ multidict = ">=4.0" [metadata] lock-version = "2.0" python-versions = "^3.11" -content-hash = "e30581ab820fae871a325724f54b6c155b1ed3021210c498d8c3b4d3355dcb21" +content-hash = "874b440a389c715f6ca2d5cf138d99694c1a5cfd28857b9bdda398786b708631" diff --git a/pyproject.toml b/pyproject.toml index ef45eb6e..849f8c32 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,12 +4,12 @@ version = "0.1.1" description = "" authors = ["SN <6432132+samnoyes@users.noreply.github.com>"] readme = "README.md" -packages = [{include = "backend"}] +packages = [{ include = "backend" }] [tool.poetry.dependencies] python = "^3.11" langchain = ">=0.3.0,<0.4.0" -langsmith = "^0.1.89" +langsmith = "^0.1.139rc1" langchain-cohere = ">=0.3.0,<0.4.0" langchain-google-genai = ">=2.0.0,<3.0.0" langchain-core = ">=0.3.10,<0.4.0" @@ -35,4 +35,4 @@ pandas = "^2.2.2" [build-system] requires = ["poetry-core"] -build-backend = "poetry.core.masonry.api" \ No newline at end of file +build-backend = "poetry.core.masonry.api"