From cc26e61e6b744cbde525e2a159104ed224d26aca Mon Sep 17 00:00:00 2001 From: Tiara Rodney Date: Thu, 18 Jun 2026 00:43:56 +0200 Subject: [PATCH] todo(14): open --- TODO | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/TODO b/TODO index 78d73b9..cbfb257 100644 --- a/TODO +++ b/TODO @@ -231,3 +231,21 @@ Description: Wire the posix-sdc dependency as a triplet: the abstract index in Pipfile [packages]; the git develop branch in Pipfile [dev-packages] for develop-time. Commit Pipfile.lock so the dependency surface and lock land together. + +--ISSUE +Content-Type: application/issue +ID: 14 +Type: bugfix +Title: refresh Pipfile.lock against published posix-sdc 1.2.2 +Status: open +Priority: medium +Created: 2026-06-17 +Module: sekft +Relationships: +Description: The lock committed with the triplet (#13) predated the published + posix-sdc 1.2.2 wheel, so it could not pin the real [hub] closure. + Now that 1.2.2 is on the private index, re-lock: posix-sdc resolves + to ==1.2.2 from the index and the [hub] extra pulls huggingface_hub + and its transitive deps into the lock. Commit the refreshed + Pipfile.lock so the next machine installs the published wheel with + the Hub path available.