From 7c959eef27c21c7bdfb50087957ffe7b2d4fa02b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebasti=C3=A1n=20Ram=C3=ADrez?= Date: Fri, 27 Feb 2026 13:17:21 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9D=20Update=20the=20JSON=20Stream=20L?= =?UTF-8?q?ines=20source=20example,=203=20items?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs_src/stream_json_lines/tutorial001_py310.py | 1 + 1 file changed, 1 insertion(+) diff --git a/docs_src/stream_json_lines/tutorial001_py310.py b/docs_src/stream_json_lines/tutorial001_py310.py index a545de9bb2..4fbe7c69cc 100644 --- a/docs_src/stream_json_lines/tutorial001_py310.py +++ b/docs_src/stream_json_lines/tutorial001_py310.py @@ -14,6 +14,7 @@ class Item(BaseModel): items = [ Item(name="Plumbus", description="A multi-purpose household device."), Item(name="Portal Gun", description="A portal opening device."), + Item(name="Meeseeks Box", description="A box that summons a Meeseeks."), ]