| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| 3.8.0 source code.tar.gz | 2026-03-06 | 2.3 MB | |
| 3.8.0 source code.zip | 2026-03-06 | 2.5 MB | |
| README.md | 2026-03-06 | 1.5 kB | |
| Totals: 3 Items | 4.7 MB | 0 | |
What's Changed
- Use
__set__/__get__descriptors for type checking (replaces__new__approach) by @kitagry in https://github.com/spotify/luigi/pull/3387 - feat: make ListParameter and TupleParameter generic by @kitagry in https://github.com/spotify/luigi/pull/3392
- feat: make DictParameter generic by @kitagry in https://github.com/spotify/luigi/pull/3393
- feat: Improve Parameter type safety with typed defaults and Unpack[_ParameterKwargs] by @kitagry in https://github.com/spotify/luigi/pull/3394
- Replace flake8 and isort with ruff, and introduce ruff formatter by @kitagry in https://github.com/spotify/luigi/pull/3395
- update tenacity by @hirosassa in https://github.com/spotify/luigi/pull/3396
- Add python 3.13 support by @hirosassa in https://github.com/spotify/luigi/pull/3397
- update sphinx version by @hirosassa in https://github.com/spotify/luigi/pull/3399
- add pytest-xdist for faster unit test by @hirosassa in https://github.com/spotify/luigi/pull/3398
- feat: add type annotation for batch_method parameter by @kitagry in https://github.com/spotify/luigi/pull/3401
- Align and expand prometheus client upper pin by @timkpaine in https://github.com/spotify/luigi/pull/3402
- drop Python 3.8 and 3.9 support by @hirosassa in https://github.com/spotify/luigi/pull/3400
- Version 3.8.0 by @dlstadther in https://github.com/spotify/luigi/pull/3405
Full Changelog: https://github.com/spotify/luigi/compare/v3.7.3...v3.8.0