Skip to content

v0.114.1

Choose a tag to compare

@github-actions github-actions released this 13 Mar 11:25
· 34 commits to main since this release
6a8340e

[0.114.1] - 2026-03-13

Updated

  • Refreshed the PydanticAI integration docs/examples to use gpt-5.4 for the
  • general OpenAI model examples, matching the current official model guidance.
  • Added a matching regression assertion in the PydanticAI provider test coverage.
  • scripts/setup_binary.py now falls back to the latest published
  • compatible @openai/codex-sdk package from the same major/minor release line
  • when a Python-only patch release version has not been published to npm yet,
  • which fixes CI for SDK-only patch releases without silently jumping to a newer
  • release line.
  • Added a repo-managed pre-push hook installer and CI-check runner so local
  • pushes can execute the same validation flow as GitHub Actions, using a
  • non-mutating vendor verification step instead of rewriting checked-in binaries.