todo(14): open

This commit is contained in:
Tiara Rodney 2026-06-18 00:43:56 +02:00
parent c295a98748
commit cc26e61e6b
Signed by: tiara
GPG key ID: 5CD8EC1D46106723

18
TODO
View file

@ -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.