Skip to content

python-mlb-statsapi 1.0.1

Fixed

  • Schedule queries using gamePks no longer require a date.
  • Fixed Mlb.get_schedule() returning early when gamePks was provided without a date.
  • Fixed Mlb.get_scheduled_games_by_date() returning early when gamePks was provided without a date.

Example:

from mlbstatsapi import Mlb

with Mlb() as mlb:
    games = mlb.get_scheduled_games_by_date(gamePks=831508)

Python support

python-mlb-statsapi requires Python >=3.10.

CI validates Python 3.10, 3.11, 3.12, 3.13, and 3.14 (3.10 through 3.14).

Fixes #245.