mirror of
https://github.com/OpenHands/OpenHands.git
synced 2026-03-22 13:47:19 +08:00
Poetry 2.3.0 changed the content-hash algorithm to include dependency groups. The Docker build cache had an older Poetry version that computed a different hash, causing 'pyproject.toml changed significantly' errors. Pinning >=2.3.0 ensures the Dockerfile installs a compatible version and also busts the stale cache layer. Co-authored-by: openhands <openhands@all-hands.dev>