python-1.44.0
Semantic Kernel Python 1.44.0 introduces breaking runtime handling updates, enforces excluded functions in MCP tools, hardens OpenAPI paths and validation, and updates dependencies.
原始内容为英文;当前页面提供中文导航与来源说明,具体事实请以原文为准。
为什么值得关注
Semantic Kernel has released version python-1.44.0. Key updates in the Python codebase include a breaking change regarding runtime handling ( 14135), the addition of OpenAPI server URL validation ( 14097), request validation adjustments ( 14114), and hardened operation path handling for OpenAPI targeting ( 14140). For Model Context Protocol (MCP) support, the release enforces excluded functions along the tool invocation path ( 14124) and defaults MCP SSE server samples to loopback addresses with host validation ( 14127). The release also contains routine dependency updates across Python and .NET submodules (e.g., starlette, tornado, pyjwt, bleach, torch, and pyarrow).
可执行摘要
Semantic Kernel Python release 1.44.0 includes a breaking change to runtime handling (PR 14135). Security and routing updates include MCP tool invocation path exclusion enforcement, defaulting MCP SSE samples to loopback with host validation, OpenAPI server URL validation, and hardened OpenAPI operation path handling. Several core dependencies were also bumped.
- Agent 实用度
- 82/100
- 可信度
- 96%
- 机器格式
- JSON + Markdown
开发者应核对什么
- Review breaking runtime handling changes introduced in PR 14135 before upgrading to python-1.44.0.
- Verify OpenAPI integration paths and server URL validation behaviors to ensure existing requests remain compliant.
- Inspect MCP tool configurations if relying on previously unconstrained tool invocation paths or non-loopback sample configurations.