Changes.Watch

Python changelog digest

May 11 - May 17, 2026. Useful releases, risky migrations, and noisy updates from the Python channel.

Python updates in 2026-w20

Responses API improvements for tool-calling

  • Improved controls for tool-calling and structured output flows.
  • Reduced latency for selected model and tool combinations.
  • Apps using older completions-style flows should review migration paths.

Actions cache behavior changes for forked pull requests

  • Cache access is tightened for workflows triggered by forked pull requests.
  • Security posture improves, but CI time may increase for some OSS repos.

Buildx release improves multi-platform cache reuse

  • Multi-platform builds can reuse cache layers more predictably.
  • CI pipelines with ARM and x86 targets may see shorter build times.