core[patch]: fix Typing.cast import (#24313)

Fixes #24287
pull/24284/head^2
Bagatur 2 months ago committed by GitHub
parent e38bf08139
commit dc42279eb5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -42,10 +42,11 @@ from typing import (
Tuple,
Type,
Union,
cast,
get_type_hints,
)
from typing_extensions import Annotated, cast, get_args, get_origin
from typing_extensions import Annotated, get_args, get_origin
from langchain_core._api import deprecated
from langchain_core.callbacks import (

Loading…
Cancel
Save