mirror of
https://github.com/hwchase17/langchain.git
synced 2025-06-25 16:13:25 +00:00
langchain[patch]: Release 0.1.3 (#16475)
This commit is contained in:
parent
54149292f8
commit
ba326b98d0
@ -1,6 +1,6 @@
|
|||||||
[tool.poetry]
|
[tool.poetry]
|
||||||
name = "langchain"
|
name = "langchain"
|
||||||
version = "0.1.2"
|
version = "0.1.3"
|
||||||
description = "Building applications with LLMs through composability"
|
description = "Building applications with LLMs through composability"
|
||||||
authors = []
|
authors = []
|
||||||
license = "MIT"
|
license = "MIT"
|
||||||
@ -14,6 +14,7 @@ langchain-server = "langchain.server:main"
|
|||||||
python = ">=3.8.1,<4.0"
|
python = ">=3.8.1,<4.0"
|
||||||
langchain-core = ">=0.1.14,<0.2"
|
langchain-core = ">=0.1.14,<0.2"
|
||||||
langchain-community = ">=0.0.14,<0.1"
|
langchain-community = ">=0.0.14,<0.1"
|
||||||
|
langsmith = ">=0.0.83,<0.1"
|
||||||
pydantic = ">=1,<3"
|
pydantic = ">=1,<3"
|
||||||
SQLAlchemy = ">=1.4,<3"
|
SQLAlchemy = ">=1.4,<3"
|
||||||
requests = "^2"
|
requests = "^2"
|
||||||
@ -80,7 +81,6 @@ cassio = {version = "^0.1.0", optional = true}
|
|||||||
sympy = {version = "^1.12", optional = true}
|
sympy = {version = "^1.12", optional = true}
|
||||||
rapidfuzz = {version = "^3.1.1", optional = true}
|
rapidfuzz = {version = "^3.1.1", optional = true}
|
||||||
jsonschema = {version = ">1", optional = true}
|
jsonschema = {version = ">1", optional = true}
|
||||||
langsmith = ">=0.0.83,<0.1"
|
|
||||||
rank-bm25 = {version = "^0.2.2", optional = true}
|
rank-bm25 = {version = "^0.2.2", optional = true}
|
||||||
geopandas = {version = "^0.13.1", optional = true}
|
geopandas = {version = "^0.13.1", optional = true}
|
||||||
gitpython = {version = "^3.1.32", optional = true}
|
gitpython = {version = "^3.1.32", optional = true}
|
||||||
|
Loading…
Reference in New Issue
Block a user