v1.11.4
Date: 2026-02-20
Added
- GravityLeaders - New endpoint added (#626)
__version__attribute - Package now exposes a__version__attribute usingimportlib.metadatawithpyproject.tomlas the single source of truth (#612)
Fixed
- HTTP Headers - Updated request headers to fix broken NBA.com API requests caused by an outdated user agent (#636)
- ContextMeasureSimple - Removed deprecated
PF(Personal Fouls) parameter; NBA.com API no longer returns data for this context measure on theshotchartdetailendpoint (#608, fixes #600)
Deprecated
- PlayByPlayV2 - Added deprecation warning; NBA.com API returns empty JSON for this endpoint. Use PlayByPlayV3 instead (#613, fixes #591)
- ScoreboardV2 - Added deprecation warning; returns empty line scores for 2025-26 season games. Use ScoreboardV3 instead, which is 100% backward compatible (#609, fixes #596)