You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Version 3.11 of Python introduced tomllib, which brought the tomli package into the standard library. Updating means we can remove the dependency on tomli, making Bank2YNAB free from third-party dependencies once again.
Besides, newer versions include quality-of-life improvements that are nice to have.
The text was updated successfully, but these errors were encountered:
Description
Version 3.11 of Python introduced tomllib, which brought the
tomli
package into the standard library. Updating means we can remove the dependency ontomli
, making Bank2YNAB free from third-party dependencies once again.Besides, newer versions include quality-of-life improvements that are nice to have.
The text was updated successfully, but these errors were encountered: