mirror of
https://github.com/hwchase17/langchain.git
synced 2025-09-02 11:39:18 +00:00
old py compat
This commit is contained in:
@@ -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,
|
||||
|
Reference in New Issue
Block a user