mirror of
https://github.com/hwchase17/langchain
synced 2024-11-10 01:10:59 +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]
|
||||
name = "langchain-core"
|
||||
version = "0.2.34"
|
||||
version = "0.2.35"
|
||||
description = "Building applications with LLMs through composability"
|
||||
authors = []
|
||||
license = "MIT"
|
||||
@ -30,7 +30,6 @@ jsonpatch = "^1.33"
|
||||
PyYAML = ">=5.3"
|
||||
packaging = ">=23.2,<25"
|
||||
typing-extensions = ">=4.7"
|
||||
|
||||
[[tool.poetry.dependencies.pydantic]]
|
||||
version = ">=1,<3"
|
||||
python = "<3.12.4"
|
||||
@ -43,10 +42,7 @@ python = ">=3.12.4"
|
||||
|
||||
[tool.ruff.lint]
|
||||
select = [ "E", "F", "I", "T201", "UP",]
|
||||
ignore = [
|
||||
"UP006", # Incompatible with pydantic v1
|
||||
"UP007", # Incompatible with pydantic v1
|
||||
]
|
||||
ignore = [ "UP006", "UP007",]
|
||||
|
||||
[tool.coverage.run]
|
||||
omit = [ "tests/*",]
|
||||
|
Loading…
Reference in New Issue
Block a user