mirror of
https://github.com/hwchase17/langchain.git
synced 2025-09-05 13:06:03 +00:00
langchain: fix core version dep (#21449)
This commit is contained in:
4
libs/langchain/poetry.lock
generated
4
libs/langchain/poetry.lock
generated
@@ -3497,7 +3497,7 @@ url = "../community"
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "langchain-core"
|
name = "langchain-core"
|
||||||
version = "0.1.51"
|
version = "0.1.52"
|
||||||
description = "Building applications with LLMs through composability"
|
description = "Building applications with LLMs through composability"
|
||||||
optional = false
|
optional = false
|
||||||
python-versions = ">=3.8.1,<4.0"
|
python-versions = ">=3.8.1,<4.0"
|
||||||
@@ -9404,4 +9404,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 = "9ed4d0b11749d1f98e8fbe2895a94e4bc90975817873e52a70f2bbcee934ce19"
|
content-hash = "c96cce249835459653029fe2af63714b6374ae9d1913c8e3ca0b1e1d127f99a0"
|
||||||
|
@@ -12,7 +12,7 @@ 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.48"
|
langchain-core = "^0.1.51"
|
||||||
langchain-text-splitters = ">=0.0.1,<0.1"
|
langchain-text-splitters = ">=0.0.1,<0.1"
|
||||||
langchain-community = ">=0.0.37,<0.1"
|
langchain-community = ">=0.0.37,<0.1"
|
||||||
langsmith = "^0.1.17"
|
langsmith = "^0.1.17"
|
||||||
|
Reference in New Issue
Block a user