diff --git a/libs/core/pyproject.toml b/libs/core/pyproject.toml index 20dbf792c952d..36a6cb9f593ef 100644 --- a/libs/core/pyproject.toml +++ b/libs/core/pyproject.toml @@ -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" @@ -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/*",]