mirror of
https://github.com/langbot-app/LangBot.git
synced 2026-07-16 17:36:07 +00:00
chore(deps): bump langbot-plugin 0.4.2 -> 0.4.3
Picks up the nsjail Box backend fix: correct cgroup v2 detection (probe cgroup.subtree_control instead of mkdir, fixing the private-cgroupns EBUSY false-positive) and removal of the RLIMIT_AS memory cap that instantly killed uv/node-based stdio MCP servers (exit 255). Containerized nsjail deployments now require the host cgroup namespace (--cgroupns=host).
This commit is contained in:
+1
-1
@@ -70,7 +70,7 @@ dependencies = [
|
||||
"chromadb>=1.0.0,<2.0.0",
|
||||
"qdrant-client (>=1.15.1,<2.0.0)",
|
||||
"pyseekdb==1.1.0.post3",
|
||||
"langbot-plugin==0.4.2",
|
||||
"langbot-plugin==0.4.3",
|
||||
"asyncpg>=0.30.0",
|
||||
"line-bot-sdk>=3.19.0",
|
||||
"matrix-nio>=0.25.2",
|
||||
|
||||
Reference in New Issue
Block a user