From ba326b98d02a40307cef44dfd4e7bd27ef62885e Mon Sep 17 00:00:00 2001 From: Bagatur <22008038+baskaryan@users.noreply.github.com> Date: Tue, 23 Jan 2024 11:50:25 -0800 Subject: [PATCH] langchain[patch]: Release 0.1.3 (#16475) --- libs/langchain/pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libs/langchain/pyproject.toml b/libs/langchain/pyproject.toml index 7d370cfa057..ebd84e5f365 100644 --- a/libs/langchain/pyproject.toml +++ b/libs/langchain/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "langchain" -version = "0.1.2" +version = "0.1.3" description = "Building applications with LLMs through composability" authors = [] license = "MIT" @@ -14,6 +14,7 @@ langchain-server = "langchain.server:main" python = ">=3.8.1,<4.0" langchain-core = ">=0.1.14,<0.2" langchain-community = ">=0.0.14,<0.1" +langsmith = ">=0.0.83,<0.1" pydantic = ">=1,<3" SQLAlchemy = ">=1.4,<3" requests = "^2" @@ -80,7 +81,6 @@ cassio = {version = "^0.1.0", optional = true} sympy = {version = "^1.12", optional = true} rapidfuzz = {version = "^3.1.1", optional = true} jsonschema = {version = ">1", optional = true} -langsmith = ">=0.0.83,<0.1" rank-bm25 = {version = "^0.2.2", optional = true} geopandas = {version = "^0.13.1", optional = true} gitpython = {version = "^3.1.32", optional = true}