What's Changed * Dependencies use an exact version number by mroloux in https://github.com/seatsio/seatsio-python/pull/56 * Bump future from 0.18 to 0.18.3 by dependabot in https://github.com/seatsio/seatsio-python/pull/57 * Removed social distancing rulesets by mroloux in https://github.com/seatsio/seatsio-python/pull/55
New Contributors * dependabot made their first contribution in https://github.com/seatsio/seatsio-python/pull/57
What's Changed * add seat.isAccessible, seat.isCompanionSeat and seat.hasRestrictedVie… by bverbeken in https://github.com/seatsio/seatsio-python/pull/53 * Events can have a name and date by mroloux in https://github.com/seatsio/seatsio-python/pull/54
Migrating from v72 `client.events.channels.replace()` now takes a list instead of an object. If you want to just replace the channel metadata but keep the objects (like `replace()` used to do), you have to explicitly pass in the objects. We removed `client.events.channels.set_objects()` in favour of `client.events.channels.replace()`
72.4.0
What's Changed * Added tryToPreventOrphanSeats flag when selecting best available objects by mroloux in https://github.com/seatsio/seatsio-python/pull/51