Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
0.19.1 source code.tar.gz | 2025-09-20 | 319.9 kB | |
0.19.1 source code.zip | 2025-09-20 | 661.4 kB | |
README.md | 2025-09-20 | 437 Bytes | |
Totals: 3 Items | 981.8 kB | 0 |
Note: this is the last version to support Python 3.7, going forward Typer will require Python 3.8+. And soon Python 3.8 will also be dropped as Python 3.8 reached it's end of life almost a year ago.
Fixes
- 🐛 Ensure that
Optional[list]
values work correctly with callbacks. PR #1018 by @solesensei.