-
Notifications
You must be signed in to change notification settings - Fork 70
LCORE-1026: Updated deps #917
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -242,9 +242,9 @@ blobfile==3.1.0 \ | |
| --hash=sha256:2b4c5e766ebb7dfa20e4990cf6ec3d2106bdc91d632fb9377f170a234c5a5c6a \ | ||
| --hash=sha256:d45b6b1fa3b0920732314c23ddbdb4f494ca12f787c2b6eb6bba6faa51382671 | ||
| # via lightspeed-stack (pyproject.toml:llslibdev) | ||
| cachetools==6.2.3 \ | ||
| --hash=sha256:3fde34f7033979efb1e79b07ae529c2c40808bdd23b0b731405a48439254fba5 \ | ||
| --hash=sha256:64e0a4ddf275041dd01f5b873efa87c91ea49022b844b8c5d1ad3407c0f42f1f | ||
| cachetools==6.2.4 \ | ||
| --hash=sha256:69a7a52634fed8b8bf6e24a050fb60bff1c9bd8f6d24572b99c32d4e71e62a51 \ | ||
| --hash=sha256:82c5c05585e70b6ba2d3ae09ea60b79548872185d2f24ae1f2709d37299fd607 | ||
|
Comment on lines
+245
to
+247
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. 🧩 Analysis chain🏁 Script executed: #!/bin/bash
# Check cachetools entries in both lockfiles
echo "=== Checking cachetools in requirements.x86_64.txt ==="
rg -n "^cachetools==" requirements.x86_64.txt || echo "Not found"
echo "=== Checking cachetools in requirements.aarch64.txt ==="
rg -n "^cachetools==" requirements.aarch64.txt || echo "Not found"
echo "=== Checking cachetools constraint in pyproject.toml ==="
rg -n "cachetools" pyproject.toml || echo "Not found"
echo "=== Checking file headers for uv compilation command ==="
head -5 requirements.x86_64.txtRepository: lightspeed-core/lightspeed-stack Length of output: 855 cachetools version 6.2.4 does not exist on PyPI; update to latest available version. Both lockfiles correctly pin 🤖 Prompt for AI Agents |
||
| # via | ||
| # lightspeed-stack (pyproject.toml) | ||
| # google-auth | ||
|
|
@@ -742,9 +742,9 @@ fastuuid==0.14.0 \ | |
| --hash=sha256:f54d5b36c56a2d5e1a31e73b950b28a0d83eb0c37b91d10408875a5a29494bad \ | ||
| --hash=sha256:f74631b8322d2780ebcf2d2d75d58045c3e9378625ec51865fe0b5620800c39d | ||
| # via litellm | ||
| filelock==3.20.0 \ | ||
| --hash=sha256:339b4732ffda5cd79b13f4e2711a31b0365ce445d95d243bb996273d072546a2 \ | ||
| --hash=sha256:711e943b4ec6be42e1d4e6690b48dc175c822967466bb31c0c293f34334c13f4 | ||
| filelock==3.20.1 \ | ||
| --hash=sha256:15d9e9a67306188a44baa72f569d2bfd803076269365fdea0934385da4dc361a \ | ||
| --hash=sha256:b8360948b351b80f420878d8516519a2204b07aefcdcfd24912a5d33127f188c | ||
| # via | ||
| # blobfile | ||
| # datasets | ||
|
|
@@ -951,9 +951,9 @@ fsspec==2025.10.0 \ | |
| # datasets | ||
| # huggingface-hub | ||
| # torch | ||
| google-auth==2.43.0 \ | ||
| --hash=sha256:88228eee5fc21b62a1b5fe773ca15e67778cb07dc8363adcb4a8827b52d81483 \ | ||
| --hash=sha256:af628ba6fa493f75c7e9dbe9373d148ca9f4399b5ea29976519e0a3848eddd16 | ||
| google-auth==2.45.0 \ | ||
| --hash=sha256:82344e86dc00410ef5382d99be677c6043d72e502b625aa4f4afa0bdacca0f36 \ | ||
| --hash=sha256:90d3f41b6b72ea72dd9811e765699ee491ab24139f34ebf1ca2b9cc0c38708f3 | ||
| # via kubernetes | ||
| googleapis-common-protos==1.72.0 \ | ||
| --hash=sha256:4299c5a82d5ae1a9702ada957347726b167f9f8d1fc352477702a1e851ff4038 \ | ||
|
|
@@ -1962,9 +1962,9 @@ oauthlib==3.3.1 \ | |
| # via | ||
| # kubernetes | ||
| # requests-oauthlib | ||
| openai==2.11.0 \ | ||
| --hash=sha256:21189da44d2e3d027b08c7a920ba4454b8b7d6d30ae7e64d9de11dbe946d4faa \ | ||
| --hash=sha256:b3da01d92eda31524930b6ec9d7167c535e843918d7ba8a76b1c38f1104f321e | ||
| openai==2.12.0 \ | ||
| --hash=sha256:7177998ce49ba3f90bcce8b5769a6666d90b1f328f0518d913aaec701271485a \ | ||
| --hash=sha256:cc6dcbcb8bccf05976d983f6516c5c1f447b71c747720f1530b61e8f858bcbc9 | ||
| # via | ||
| # lightspeed-stack (pyproject.toml) | ||
| # litellm | ||
|
|
||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
filelock bump to 3.20.1 – run existing test suites to confirm compatibility
This is a patch release bump from 3.20.0. Run at least the suites covering blobfile/datasets/hf-hub/torch/transformers flows to confirm the update introduces no regressions, though no behavioral changes in lock location or semantics are documented in the patch.
🤖 Prompt for AI Agents