Addresses bug fixes, mostly due to changes in dependencies, or previously existing bugs.
- Fixes compatibility issues with Poetry 2.0, including a breaking change in the use of 'poetry shell', and a bug where package format info is not explicitly configured (#557)
- Fixes dependency issues in Javascript libraries used by the Frontend, by pinning test libraries more explicitly (#561)
- Fixes bug creating docker images introduced in MLTE 1.0.1, due to missing README.md file in docker context, now needed to build MLTE package (#560)
- Minor updates to scenarios demo to make it easier to use (#559)
- Minor internal improvements to dev docs and make commands, to make them more consistent and user-friendly (#558)
- Minor optimization to Frontend docker image, creating an intermediate one to build website, substantially reducing final size of image (#563)