mirror of
https://github.com/hwchase17/langchain.git
synced 2025-06-22 23:00:00 +00:00
core[patch]: Release 0.2.35 (#25729)
This commit is contained in:
parent
038c287b3a
commit
30f1bf24ac
@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api"
|
|||||||
|
|
||||||
[tool.poetry]
|
[tool.poetry]
|
||||||
name = "langchain-core"
|
name = "langchain-core"
|
||||||
version = "0.2.34"
|
version = "0.2.35"
|
||||||
description = "Building applications with LLMs through composability"
|
description = "Building applications with LLMs through composability"
|
||||||
authors = []
|
authors = []
|
||||||
license = "MIT"
|
license = "MIT"
|
||||||
@ -30,7 +30,6 @@ 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]]
|
[[tool.poetry.dependencies.pydantic]]
|
||||||
version = ">=1,<3"
|
version = ">=1,<3"
|
||||||
python = "<3.12.4"
|
python = "<3.12.4"
|
||||||
@ -43,10 +42,7 @@ python = ">=3.12.4"
|
|||||||
|
|
||||||
[tool.ruff.lint]
|
[tool.ruff.lint]
|
||||||
select = [ "E", "F", "I", "T201", "UP",]
|
select = [ "E", "F", "I", "T201", "UP",]
|
||||||
ignore = [
|
ignore = [ "UP006", "UP007",]
|
||||||
"UP006", # Incompatible with pydantic v1
|
|
||||||
"UP007", # Incompatible with pydantic v1
|
|
||||||
]
|
|
||||||
|
|
||||||
[tool.coverage.run]
|
[tool.coverage.run]
|
||||||
omit = [ "tests/*",]
|
omit = [ "tests/*",]
|
||||||
|
Loading…
Reference in New Issue
Block a user