DataSource.patch triggering TypeError: 'tuple' object does not support item assignment

Bryan

I suspect I upgraded from older version of Bokeh along the way - viridis used to return a list, now returns a tuple.

If I listify the returned tuple before loading into the ColumnDataSource that should be fine.