dictation-toolbox / Caster

Dragonfly-Based Voice Programming and Accessibility Toolkit
Other
336 stars 122 forks source link

DropPy2: tomlkit 0.11.7 breaks compatibility #933

Closed LexiconCode closed 1 year ago

LexiconCode commented 1 year ago

Reported by CatOfTheCannals on Element

To Reproduce Steps to reproduce the behavior (be sure to include the exact command phrase you are using):

  1. Use tomlkit 0.11.7
  2. See error
 if rv.is_boolean():
AttributeError: 'list' object has no attribute 'is_boolean'

Downgrading tomlkit to 0.11.6 I is a temporary workaround https://github.com/dictation-toolbox/Caster/commit/ba31ada99a345678cd96b2850e692cfd5d06e846

LexiconCode commented 1 year ago

Fix in master https://github.com/dictation-toolbox/Caster/commit/d52baddbbc9cca923e7b4358e7afc6a775268106 Fix in DropPy2 https://github.com/dictation-toolbox/Caster/commit/d52baddbbc9cca923e7b4358e7afc6a775268106