mirror of
https://github.com/hwchase17/langchain.git
synced 2026-06-09 10:17:00 +00:00
style: drop target-version = "py39" for OpenAI, Anthropic, HuggingFace (#33287)
This commit is contained in:
@@ -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 (
|
||||
|
||||
Reference in New Issue
Block a user