mirror of
https://github.com/hwchase17/langchain.git
synced 2025-09-27 14:26:48 +00:00
core[patch]: Release 0.3.0.dev1
This commit is contained in:
@@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api"
|
|||||||
|
|
||||||
[tool.poetry]
|
[tool.poetry]
|
||||||
name = "langchain-core"
|
name = "langchain-core"
|
||||||
version = "0.2.38"
|
version = "0.3.0.dev1"
|
||||||
description = "Building applications with LLMs through composability"
|
description = "Building applications with LLMs through composability"
|
||||||
authors = []
|
authors = []
|
||||||
license = "MIT"
|
license = "MIT"
|
||||||
@@ -30,13 +30,7 @@ jsonpatch = "^1.33"
|
|||||||
PyYAML = ">=5.3"
|
PyYAML = ">=5.3"
|
||||||
packaging = ">=23.2,<25"
|
packaging = ">=23.2,<25"
|
||||||
typing-extensions = ">=4.7"
|
typing-extensions = ">=4.7"
|
||||||
[[tool.poetry.dependencies.pydantic]]
|
pydantic = ">=2,<3"
|
||||||
version = ">=1,<3"
|
|
||||||
python = "<3.12.4"
|
|
||||||
|
|
||||||
[[tool.poetry.dependencies.pydantic]]
|
|
||||||
version = "^2.7.4"
|
|
||||||
python = ">=3.12.4"
|
|
||||||
|
|
||||||
[tool.poetry.extras]
|
[tool.poetry.extras]
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user