mirror of
https://github.com/hwchase17/langchain
synced 2024-11-02 09:40:22 +00:00
langchain[patch]: Release 0.1.3 (#16475)
This commit is contained in:
parent
54149292f8
commit
ba326b98d0
@ -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}
|
||||
|
Loading…
Reference in New Issue
Block a user