Skip to main content
bake and bakefile can crash at startup when a floating dependency releases a breaking change and the old bakefile version still imports the moved name:
This exact error hit bakefile up to 0.0.76 when typer 0.27.2 moved its private modules.

Fix

Upgrade to the latest bakefile:
If you need to stay on the old version, reinstall it together with the dependency version that worked before:

Prevent it

From 0.0.77 on, install with the locked extra to get exact, tested versions of every dependency instead of floating ranges:
See Install bakefile for all install forms.
Last modified on August 28, 2026