Bug Fixes
-
lib-injection: Use package versions published to PyPI to install the
library. Formerly the published image was installing the package from source using the tagged commit SHA which resulted in slow and potentially failing installs. -
profiler: Handles potential
AttributeErrors
which would arise while collecting frames during stack unwinding in Python 3.11.