vega / altair

Declarative statistical visualization library for Python
https://altair-viz.github.io/
BSD 3-Clause "New" or "Revised" License
9.37k stars 793 forks source link

fix(typing): Relax `dict` annotations in `channels.py` #3573

Closed dangotbanned closed 2 months ago

dangotbanned commented 2 months ago

Fixes #3572

dangotbanned commented 2 months ago

Hmm, may move this back to draft. Wasn't planning to modify the docstrings

Edit

Fixed in https://github.com/vega/altair/pull/3573#commits-pushed-0727ed1

binste commented 2 months ago

Great fix regarding the de-prioritization of Map!

dangotbanned commented 2 months ago

Great fix regarding the de-prioritization of Map!

Thanks for reviewing @binste