Import TypedDict from typing_extensions, add ruff rule

This commit is contained in:
Johannes Mario Meissner
2024-12-31 22:14:16 +09:00
parent 3aaa3e38a0
commit 7256752f48
16 changed files with 28 additions and 20 deletions
@@ -9,7 +9,6 @@ from typing import (
AsyncIterator,
Literal,
Optional,
TypedDict,
Union,
cast,
)
@@ -21,6 +20,7 @@ from langchain_core.runnables import RunnableConfig, RunnablePick
from pydantic import BaseModel
from pytest_mock import MockerFixture
from syrupy import SnapshotAssertion
from typing_extensions import TypedDict
from langgraph.channels.context import Context
from langgraph.channels.last_value import LastValue