Skip to content

v0.104.1

Choose a tag to compare

@github-actions github-actions released this 25 Feb 10:12
· 54 commits to main since this release
113ef2e

[0.104.1] - 2026-02-25

Added

  • Reproduction harness examples for Agent.run_stream(...) and Agent.run(...)
  • with CodexModel to quickly verify streaming and non-stream integration paths.

Fixed

  • Fix pydantic-ai request_stream compatibility by accepting optional run_context
  • in CodexModel.request_stream(...).
  • Add CodexStreamedResponse.provider_url for newer pydantic-ai stream interfaces.

Notes

  • Tested pydantic-ai-slim versions: 0.8.1 (repo baseline), 1.56.0, and 1.63.0.
  • Compatibility boundary verified from published wheels: run_context is introduced
  • in stream contracts starting at pydantic-ai-slim 0.7.0.