Skip to content

Commit c03f606

Browse files
authored
Merge pull request #363 from open-edge-platform/update-branch
chore: CVE bug update (#913)
2 parents 65ad348 + 040f7c0 commit c03f606

3 files changed

Lines changed: 22 additions & 19 deletions

File tree

usecases/robotic/training-ui/server/pyproject.toml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,17 @@ dependencies = [
1515
"torch==2.9.1",
1616
"torchaudio==2.9.1",
1717
"torchvision>=0.22.1,<0.23.0",
18-
"urllib3==2.6.0",
18+
"urllib3>=2.6.3",
1919
"uvicorn>=0.38.0",
2020
"pyzmq>=26.2.0",
2121
]
2222

2323
[[tool.uv.index]]
24+
name = "pytorch-xpu"
2425
url = "https://download.pytorch.org/whl/xpu"
26+
explicit = true
27+
28+
[tool.uv.sources]
29+
torch = { index = "pytorch-xpu" }
30+
torchaudio = { index = "pytorch-xpu" }
31+
torchvision = { index = "pytorch-xpu" }

usecases/robotic/training-ui/webui/src-tauri/Cargo.lock

Lines changed: 14 additions & 14 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

usecases/robotic/training-ui/webui/src-tauri/Cargo.toml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,3 @@ serde = { version = "1.0", features = ["derive"] }
2424
log = "0.4"
2525
tauri = { version = "2.8.5", features = [] }
2626
tauri-plugin-log = "2"
27-
28-
[patch.crates-io]
29-
# Force glib to a secure version to avoid GHSA-wrw7-89jp-8q8g
30-
glib = "=0.20.0"

0 commit comments

Comments
 (0)