Suddenly when running my app I got this error:
ModuleNotFoundError: No module named ‘anvil_extras.non_blocking’
whereas Yesterday everything worked fine. And I did not change anything in the code.
And the anvil_extras package is added:
When I define the version of anvil_extras explicitly to v2.5.2 it works fine.
What am I missing here?