core[patch]: Release 0.2.35 (#25729)

This commit is contained in:
Bagatur 2024-08-25 16:49:27 -07:00 committed by GitHub
parent 038c287b3a
commit 30f1bf24ac
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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/*",]