mirror of
https://github.com/hwchase17/langchain.git
synced 2025-07-06 13:18:12 +00:00
langchain[patch]: release 0.1.12 (#18999)
This commit is contained in:
parent
9c8523b529
commit
873d06c009
6402
libs/langchain/poetry.lock
generated
6402
libs/langchain/poetry.lock
generated
File diff suppressed because it is too large
Load Diff
@ -1,6 +1,6 @@
|
|||||||
[tool.poetry]
|
[tool.poetry]
|
||||||
name = "langchain"
|
name = "langchain"
|
||||||
version = "0.1.11"
|
version = "0.1.12"
|
||||||
description = "Building applications with LLMs through composability"
|
description = "Building applications with LLMs through composability"
|
||||||
authors = []
|
authors = []
|
||||||
license = "MIT"
|
license = "MIT"
|
||||||
@ -12,9 +12,9 @@ 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.29,<0.2"
|
langchain-core = "^0.1.31"
|
||||||
langchain-text-splitters = ">=0.0.1,<0.1"
|
langchain-text-splitters = ">=0.0.1,<0.1"
|
||||||
langchain-community = ">=0.0.25,<0.1"
|
langchain-community = ">=0.0.28,<0.1"
|
||||||
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