Skip to content

Commit

Permalink
core[patch]: Release 0.2.35 (langchain-ai#25729)
Browse files Browse the repository at this point in the history
  • Loading branch information
baskaryan authored Aug 25, 2024
1 parent 038c287 commit 30f1bf2
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions libs/core/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand All @@ -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"
Expand All @@ -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/*",]
Expand Down

0 comments on commit 30f1bf2

Please sign in to comment.