Uh oh!
There was an error while loading. Please reload this page.
Fix warnings - #89
Conversation
aweakley
commented
Jan 9, 2026
@cameron-simpson please could you review this one? If we're introducing a new minimum version of pyparsing, I think we should increment our version number? |
cameron-simpson
commented
Jan 9, 2026
This looks good to me. |
cameron-simpson
commented
Jan 9, 2026
I think just 5.0.1 for the next release. I'd just merge this unless there's some "prospective next release" field I need to be updating? |
aweakley
commented
Jan 9, 2026
Ok great, thank you I'll merge it. Thanks very much @rettinghaus |
interplanetarychris
commented
Feb 19, 2026
Just need to push 5.0.1 package out and this issue can be closed. |
Using newer versions of pyparsing throws several deprecation warnings.
I set the minimal version for pyparsing to 3.0.0 and updated it's usage to silence the warnings and keep it future proof.