Skip to content

Commit 81371b7

Browse files
committed
Added test for composite type deserialization
Signed-off-by: chandr-andr (Kiselev Aleksandr) <chandr@chandr.net>
1 parent d6fc42a commit 81371b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/tests/test_value_converter.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -380,7 +380,7 @@ async def test_deserialization_composite_into_python(
380380
)
381381

382382
class ValidateModelForCustomType(BaseModel):
383-
bytea_: list[int]
383+
bytea_: List[int]
384384
varchar_: str
385385
text_: str
386386
bool_: bool

0 commit comments

Comments
 (0)