mirror of
https://github.com/hwchase17/langchain.git
synced 2025-06-23 07:09:31 +00:00
core: release 0.3.5 (#26737)
This commit is contained in:
parent
55af6fbd02
commit
238a31bbd9
@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api"
|
|||||||
|
|
||||||
[tool.poetry]
|
[tool.poetry]
|
||||||
name = "langchain-core"
|
name = "langchain-core"
|
||||||
version = "0.3.4"
|
version = "0.3.5"
|
||||||
description = "Building applications with LLMs through composability"
|
description = "Building applications with LLMs through composability"
|
||||||
authors = []
|
authors = []
|
||||||
license = "MIT"
|
license = "MIT"
|
||||||
@ -84,6 +84,7 @@ ruff = "^0.5"
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
[tool.poetry.group.typing.dependencies]
|
[tool.poetry.group.typing.dependencies]
|
||||||
mypy = ">=1.10,<1.11"
|
mypy = ">=1.10,<1.11"
|
||||||
types-pyyaml = "^6.0.12.2"
|
types-pyyaml = "^6.0.12.2"
|
||||||
@ -93,6 +94,7 @@ simsimd = "^5.0.0"
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
[tool.poetry.group.dev.dependencies]
|
[tool.poetry.group.dev.dependencies]
|
||||||
jupyter = "^1.0.0"
|
jupyter = "^1.0.0"
|
||||||
setuptools = "^67.6.1"
|
setuptools = "^67.6.1"
|
||||||
@ -100,6 +102,7 @@ grandalf = "^0.8"
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
[tool.poetry.group.test.dependencies]
|
[tool.poetry.group.test.dependencies]
|
||||||
pytest = "^7.3.0"
|
pytest = "^7.3.0"
|
||||||
freezegun = "^1.2.2"
|
freezegun = "^1.2.2"
|
||||||
@ -120,16 +123,19 @@ python = ">=3.12"
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
[tool.poetry.group.test_integration.dependencies]
|
[tool.poetry.group.test_integration.dependencies]
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
[tool.poetry.group.typing.dependencies.langchain-text-splitters]
|
[tool.poetry.group.typing.dependencies.langchain-text-splitters]
|
||||||
path = "../text-splitters"
|
path = "../text-splitters"
|
||||||
develop = true
|
develop = true
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
[tool.poetry.group.test.dependencies.langchain-standard-tests]
|
[tool.poetry.group.test.dependencies.langchain-standard-tests]
|
||||||
path = "../standard-tests"
|
path = "../standard-tests"
|
||||||
develop = true
|
develop = true
|
||||||
|
Loading…
Reference in New Issue
Block a user