Skip to content
This repository was archived by the owner on Mar 6, 2026. It is now read-only.

Commit 278dac7

Browse files
committed
Make sure typing.TypedDict is available in samples
1 parent 86dd389 commit 278dac7

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

samples/magics/requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,3 +10,4 @@ pandas==1.1.5; python_version < '3.7'
1010
pandas==1.3.4; python_version >= '3.7'
1111
pyarrow==6.0.0
1212
pytz==2021.1
13+
typing-extensions==3.10.0.2

samples/snippets/requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,3 +10,4 @@ pandas==1.1.5; python_version < '3.7'
1010
pandas==1.3.4; python_version >= '3.7'
1111
pyarrow==6.0.0
1212
pytz==2021.1
13+
typing-extensions==3.10.0.2

0 commit comments

Comments
 (0)