Closed BryceStevenWilley closed 1 year ago
I saw this on Slack (Michael from Legal Server raised it). I think it's a bug fixed in the latest DA.
https://docassemble.slack.com/archives/C7791ATUJ/p1691467552145919
PR was merged: https://github.com/jhpyle/docassemble/pull/675
I guess we need to replicate the change, change options
to engine_kwargs
Gotcha, we have that code copy pasted in this repo, but that does look like the correct fix.
Maybe in a try/except
, I hate fixing code for latest but breaking it on non-bleeding edge installs.
That would be fair. That new argument and other deprecation was made in pandas 1.3.0, and Docassemble has used pandas > 1.3.0 since April 2022. Try except isn't too bad though.
A year to upgrade is fine, I take back my suggestion
https://github.com/SuffolkLITLab/docassemble-InterviewStats/blame/c42376b1cdb7f05a4a89c76c06c68dd4edf5c016/docassemble/InterviewStats/data/questions/subscribe.yml#L88