File tree Expand file tree Collapse file tree 4 files changed +10
-3
lines changed
Expand file tree Collapse file tree 4 files changed +10
-3
lines changed Original file line number Diff line number Diff line change 1- from typing import NotRequired , TypedDict
1+ from typing import TypedDict
2+
3+ from typing_extensions import NotRequired
24
35from client .types import PaginatedQuery
46from client .types .transactions import Transaction
Original file line number Diff line number Diff line change 1- from typing import Literal , NotRequired , TypedDict
1+ from typing import Literal , TypedDict
2+
3+ from typing_extensions import NotRequired
24
35
46PayloadData = dict [str , str | int | float ]
Original file line number Diff line number Diff line change 1- from typing import NotRequired , TypedDict
1+ from typing import TypedDict
2+
3+ from typing_extensions import NotRequired
24
35from client .types .blocks import Block
46
Original file line number Diff line number Diff line change @@ -23,4 +23,5 @@ requests==2.32.3
2323responses == 0.10.15
2424setuptools == 70.1.0
2525six == 1.16.0
26+ typing_extensions == 4.15.0
2627urllib3 == 2.2.2
You can’t perform that action at this time.
0 commit comments