zero-sum-seattle / python-mlb-statsapi

Python Wrapper for the MLB's Official Stats API
MIT License
44 stars 11 forks source link

Add season attribute to Venue #170 #171

Closed KCNilssen closed 1 year ago

KCNilssen commented 1 year ago

Why

MLB REST API must have updated the venue model to include an additional attribute, season. Our periodic run of our pytest suit rose an exception and alerted us to this issue.

What

Adds season attribute field to venue object. This fixes issue https://github.com/zero-sum-seattle/python-mlb-statsapi/issues/170 Venue is receiving a unexpected keyword argument

Tests

Ran with test suite, external and mock tests pass

Risk and impact