We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ae6e338 + a68d404 commit 86d96aeCopy full SHA for 86d96ae
2 files changed
mlbstatsapi/models/people/people.py
@@ -181,8 +181,8 @@ class Player(Person):
181
parentteamid : int
182
parent team id
183
"""
184
+ parentteamid: Optional[int] = None
185
jerseynumber: str
- parentteamid: int
186
position: InitVar[dict]
187
status: Union[Status, dict]
188
pyproject.toml
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
5
[project]
6
name = "python-mlb-statsapi"
7
-version = "0.5.22"
+version = "0.5.23"
8
9
authors = [
10
{ name="Matthew Spah", email="spahmatthew@gmail.com" },
0 commit comments