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

@@ -4,8 +4,8 @@ from __future__ import annotations
import re
import warnings
from collections.abc import AsyncIterator, Iterator, Mapping
from typing import Any, Callable, Optional
from collections.abc import AsyncIterator, Callable, Iterator, Mapping
from typing import Any, Optional
import anthropic
from langchain_core.callbacks import (