core[patch]: Release 0.3.9 (#27117)

This commit is contained in:
Bagatur 2024-10-04 11:35:33 -07:00 committed by GitHub
parent 558fb4d66d
commit 11df1b2b8d
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.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/*",]