| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| 3.8.1 source code.tar.gz | 2026-05-07 | 2.3 MB | |
| 3.8.1 source code.zip | 2026-05-07 | 2.5 MB | |
| README.md | 2026-05-07 | 1.3 kB | |
| Totals: 3 Items | 4.7 MB | 1 | |
What's Changed
- feat: introduce mypy type checking with gradual adoption by @kitagry in https://github.com/spotify/luigi/pull/3403
- feat: type check parameter classes by @kitagry in https://github.com/spotify/luigi/pull/3406
- Proposal: set default value of OptionalParameter to None by @kitagry in https://github.com/spotify/luigi/pull/3411
- Fix deprecated datetime.utcfromtimestamp() calls by @apoorvdarshan in https://github.com/spotify/luigi/pull/3410
- Fix BoolParameter to consider global parsing default. by @riga in https://github.com/spotify/luigi/pull/3416
- fix(server): resolve /history 500 error by correcting importlib.resources usage by @dlstadther in https://github.com/spotify/luigi/pull/3418
- Fix typerror in
_update_priorityin scheduler.py by @subhramit in https://github.com/spotify/luigi/pull/3414 - Validate input args in
luigi.run()by @subhramit in https://github.com/spotify/luigi/pull/3413 - Version 3.8.1 by @dlstadther in https://github.com/spotify/luigi/pull/3417
New Contributors
- @apoorvdarshan made their first contribution in https://github.com/spotify/luigi/pull/3410
- @subhramit made their first contribution in https://github.com/spotify/luigi/pull/3414
Full Changelog: https://github.com/spotify/luigi/compare/v3.8.0...v3.8.1