From 0ecd1a967e82b7e0fbaab81e55233cb9ad93e6ed Mon Sep 17 00:00:00 2001 From: Ed Cormany Date: Tue, 30 Apr 2024 09:17:30 -0400 Subject: [PATCH] additional notes entries Co-authored-by: Max Marrone --- api/release-notes.md | 1 + app-shell/build/release-notes.md | 1 + 2 files changed, 2 insertions(+) diff --git a/api/release-notes.md b/api/release-notes.md index 5cf1e9e8302..8bfec886a85 100644 --- a/api/release-notes.md +++ b/api/release-notes.md @@ -24,6 +24,7 @@ Welcome to the v7.3.0 release of the Opentrons robot software! ### Bug Fixes - Fixed an edge case where capitalizing part of a labware load name could cause unexpected behavior or collisions. +- Fixed user-installed Python packages (`pip install ...`) on the OT-2 not being found by `import` statements. --- diff --git a/app-shell/build/release-notes.md b/app-shell/build/release-notes.md index f8b17402b06..fe642364cb6 100644 --- a/app-shell/build/release-notes.md +++ b/app-shell/build/release-notes.md @@ -33,6 +33,7 @@ Modules in Deck Configuration ### Bug Fixes - All run log steps now appear in the same font size. +- Fixed Python protocols not having custom labware definitions available to them when they're uploaded to a Flex over a USB connection. ---