mirror of
https://github.com/hwchase17/langchain.git
synced 2025-07-19 19:11:33 +00:00
langchain: release 0.2.0, fix min deps (#21833)
This commit is contained in:
parent
1b555021f7
commit
e5046cbd72
6
libs/langchain/poetry.lock
generated
6
libs/langchain/poetry.lock
generated
@ -3511,7 +3511,7 @@ url = "../partners/openai"
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "langchain-text-splitters"
|
name = "langchain-text-splitters"
|
||||||
version = "0.0.2"
|
version = "0.2.0"
|
||||||
description = "LangChain text splitting utilities"
|
description = "LangChain text splitting utilities"
|
||||||
optional = false
|
optional = false
|
||||||
python-versions = ">=3.8.1,<4.0"
|
python-versions = ">=3.8.1,<4.0"
|
||||||
@ -3519,7 +3519,7 @@ files = []
|
|||||||
develop = true
|
develop = true
|
||||||
|
|
||||||
[package.dependencies]
|
[package.dependencies]
|
||||||
langchain-core = ">=0.1.28,<0.3"
|
langchain-core = "^0.2.0"
|
||||||
|
|
||||||
[package.extras]
|
[package.extras]
|
||||||
extended-testing = ["beautifulsoup4 (>=4.12.3,<5.0.0)", "lxml (>=4.9.3,<6.0)"]
|
extended-testing = ["beautifulsoup4 (>=4.12.3,<5.0.0)", "lxml (>=4.9.3,<6.0)"]
|
||||||
@ -9378,4 +9378,4 @@ text-helpers = ["chardet"]
|
|||||||
[metadata]
|
[metadata]
|
||||||
lock-version = "2.0"
|
lock-version = "2.0"
|
||||||
python-versions = ">=3.8.1,<4.0"
|
python-versions = ">=3.8.1,<4.0"
|
||||||
content-hash = "59e9c89f607a0a27418f24342dc964e8f07f4f274d796b253a5fe378fcce5e42"
|
content-hash = "83762b3ce33babfb666f7f21e95a8c98397b38bbc4f4f93a1d4d3ae3be6cbd7b"
|
||||||
|
@ -12,8 +12,8 @@ langchain-server = "langchain.server:main"
|
|||||||
|
|
||||||
[tool.poetry.dependencies]
|
[tool.poetry.dependencies]
|
||||||
python = ">=3.8.1,<4.0"
|
python = ">=3.8.1,<4.0"
|
||||||
langchain-core = ">=0.1.52,<0.3"
|
langchain-core = "^0.2.0"
|
||||||
langchain-text-splitters = ">=0.0.1,<0.1"
|
langchain-text-splitters = "^0.2.0"
|
||||||
langsmith = "^0.1.17"
|
langsmith = "^0.1.17"
|
||||||
pydantic = ">=1,<3"
|
pydantic = ">=1,<3"
|
||||||
SQLAlchemy = ">=1.4,<3"
|
SQLAlchemy = ">=1.4,<3"
|
||||||
|
Loading…
Reference in New Issue
Block a user