Skip to content

Commit 48bcf1e

Browse files
Fixing tests to reflect NotRequired
1 parent 23c7fd9 commit 48bcf1e

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

tests/codegen/rpc/generated/test_service/rpc_method.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
Literal,
1111
Optional,
1212
Mapping,
13+
NotRequired,
1314
Union,
1415
Tuple,
1516
TypedDict,

tests/codegen/stream/generated/test_service/stream_method.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
Literal,
1111
Optional,
1212
Mapping,
13+
NotRequired,
1314
Union,
1415
Tuple,
1516
TypedDict,

0 commit comments

Comments
 (0)