Skip to content

Commit

Permalink
core[patch]: Release 0.3.9 (#27117)
Browse files Browse the repository at this point in the history
  • Loading branch information
baskaryan authored Oct 4, 2024
1 parent 558fb4d commit 11df1b2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 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.3.8"
version = "0.3.9"
description = "Building applications with LLMs through composability"
authors = []
license = "MIT"
Expand Down Expand Up @@ -45,7 +45,7 @@ python = ">=3.12.4"

[tool.ruff.lint]
select = [ "B", "C4", "E", "F", "I", "N", "PIE", "SIM", "T201", "UP", "W",]
ignore = [ "UP007", 'W293']
ignore = [ "UP007", "W293",]

[tool.coverage.run]
omit = [ "tests/*",]
Expand Down

0 comments on commit 11df1b2

Please sign in to comment.