Agent 基础设施官方发布自动监测

@e2b/python-sdk@2.51.0

E2B Python SDK 2.51.0 delegates default configurations to the API, migrates sandbox operations to v2 endpoints, and deprecates the secure option.

原始内容为英文;当前页面提供中文导航与来源说明,具体事实请以原文为准。

人类阅读

为什么值得关注

E2B released @e2b/python-sdk@2.51.0. The release stops sending SDK-side default parameters in API payloads, allowing the backend API to govern omitted options. This affects sandbox create, fork, connect (previously defaulting to 5-minute timeout), fork (count: 1), create (allow internet access), pause (keep memory), and template builds (CPU/memory presets); explicitly passed values remain unaffected. Sandbox creation and connection now target v2 endpoints (POST /v2/sandboxes and POST /v2/sandboxes/{id}/connect), which automatically secure envd access and default timeouts to 5 minutes. As a result, the secure option in Sandbox.create is deprecated and ignored. Additionally, client-side validation for the fork count argument has been removed in favor of API-side validation.

Agent 解析

可执行摘要

E2B Python SDK 2.51.0 updates Sandbox.create and connect to use v2 API endpoints, removes client-side request defaults, removes client-side fork count validation, and deprecates the secure flag.

Agent 实用度
82/100
可信度
96%
机器格式
JSON + Markdown
下一步

开发者应核对什么

  • Remove usage of the deprecated secure parameter in Sandbox.create calls.
  • Verify whether any workflows relied on client-side default values for sandbox create, fork, connect, pause, or template build configurations.
分类

标签与路由

sandboxcode-executionagents
相关信号

继续阅读