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