File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed
mlbstatsapi/models/game/gamedata Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -70,6 +70,7 @@ class GameData:
7070 officialscorer : Optional [Union [Person , dict ]] = field (default_factory = dict )
7171 primarydatacaster : Optional [Union [Person , dict ]] = field (default_factory = dict )
7272 secondarydatacaster : Optional [Union [Person , dict ]] = field (default_factory = dict )
73+ abschallenges : Optional [Union [List [dict ], dict ]] = field (default_factory = dict )
7374
7475 def __post_init__ (self ):
7576 self .game = GameDataGame (** self .game )
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44
55[project ]
66name = " python-mlb-statsapi"
7- version = " 0.5.25 "
7+ version = " 0.5.26 "
88
99authors = [
1010 { name =" Matthew Spah" , email =" spahmatthew@gmail.com" },
You can’t perform that action at this time.
0 commit comments