Skip to content

Commit 7a9aa65

Browse files
committed
chore(deps): apply safe non-breaking dependency updates
- Frontend: npm update compatible patch & minor packages (react, vite, lucide, dexie, types) - Backend: cargo update 25 compatible crates (reqwest 0.13.5, uuid 1.26.1, serde_with 3.23.0, jiff 0.2.37) - Python: bump requests to 2.32.3 and pyyaml to 6.0.2 in execution/requirements.txt
1 parent 58fda5e commit 7a9aa65

3 files changed

Lines changed: 537 additions & 636 deletions

File tree

execution/requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Python Execution Layer Dependencies for Tadpole OS
2-
requests==2.31.0
3-
pyyaml==6.0.1
2+
requests==2.32.3
3+
pyyaml==6.0.2
44
psutil==5.9.8
55
mcp>=1.0.0,<2.0.0

0 commit comments

Comments
 (0)