maxfordham / ipyautoui

create ipywidgets user input form pydantic model or jsonschema
https://maxfordham.github.io/ipyautoui/
42 stars 4 forks source link

♻️ bump to ipydatagrid>1.3.1 #312

Closed jgunstone closed 4 months ago

jgunstone commented 5 months ago

looks like ipydatagrid have made the back-end change to store the _data["data"] param as a pandas dataframe rather than a list of dicts ("records") as it was previously stored.

https://github.com/bloomberg/ipydatagrid/compare/1.2.1...1.3.1#diff-a9fd1a388de74d448cbac767879bf2c335ce562ed3a6449c55c73475485cb458

image

this will have some relatively substantial impacts on ipyautoui that we'll need to chase through...

jgunstone commented 5 months ago

also review against this: https://github.com/bloomberg/ipydatagrid/issues/340

jgunstone commented 5 months ago

this has updated: https://github.com/bloomberg/ipydatagrid/blob/23b6287f63c99e375d3aa09fb8eadeed9389129f/ipydatagrid/datagrid.py#L784-L789

maybe can deprecate this: https://github.com/maxfordham/ipyautoui/blob/dfc00fc216c207b933c49d29db6bdc6cf23176b7/src/ipyautoui/custom/autogrid.py#L572-L589

jgunstone commented 4 months ago

done!