mirror of
https://github.com/hwchase17/langchain.git
synced 2025-08-03 10:12:33 +00:00
core[patch]: Release 0.3.9 (#27117)
This commit is contained in:
parent
558fb4d66d
commit
11df1b2b8d
@ -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/*",]
|
||||
|
Loading…
Reference in New Issue
Block a user