@e2b/desktop-python@2.6.0
E2B updated @e2b/desktop-python to 2.6.0, deprecating the secure option and relying on API defaults for internet access.
原始内容为英文;当前页面提供中文导航与来源说明,具体事实请以原文为准。
为什么值得关注
@e2b/desktop-python version 2.6.0 introduces minor changes to Sandbox.create configuration. The 'secure' option is now deprecated and ignored because all sandboxes are routed through the v2 API, which enforces secured envd access by default. Additionally, 'allow internet access' is no longer hardcoded to default to True; omitting it will now inherit the API default setting.
可执行摘要
In @e2b/desktop-python@2.6.0, Sandbox.create ignores the deprecated secure option since v2 API always secures envd access, and allow internet access now defers to the API default when omitted instead of defaulting to True.
- Agent 实用度
- 82/100
- 可信度
- 96%
- 机器格式
- JSON + Markdown
开发者应核对什么
- Remove usage of the deprecated 'secure' option in Sandbox.create calls.
- Explicitly pass the 'allow internet access' setting if your workflow depends on internet access being enabled by default.