style: drop target-version = "py39" for OpenAI, Anthropic, HuggingFace (#33287)

This commit is contained in:
Mason Daugherty
2025-10-05 23:29:34 -04:00
committed by GitHub
parent 66889e2804
commit 8e7cd85431
12 changed files with 22 additions and 28 deletions

View File

@@ -54,9 +54,6 @@ langchain-tests = { path = "../../standard-tests", editable = true }
[tool.mypy]
disallow_untyped_defs = "True"
[tool.ruff]
target-version = "py39"
[tool.ruff.format]
docstring-code-format = true
docstring-code-line-length = 100