mirror of
https://github.com/hwchase17/langchain
synced 2024-11-04 06:00:26 +00:00
old py compat
This commit is contained in:
parent
eb5e250188
commit
f7313adf2a
@ -14,13 +14,12 @@ from typing import (
|
||||
Generator,
|
||||
List,
|
||||
Optional,
|
||||
ParamSpec,
|
||||
TypeVar,
|
||||
Union,
|
||||
cast,
|
||||
)
|
||||
|
||||
from typing_extensions import TypedDict
|
||||
from typing_extensions import ParamSpec, TypedDict
|
||||
|
||||
from langchain_core.runnables.utils import (
|
||||
Input,
|
||||
|
Loading…
Reference in New Issue
Block a user