From 67d0a474eda5c094d382c7f1e925509f6e45c31b Mon Sep 17 00:00:00 2001 From: Michael Harris Date: Tue, 2 Dec 2025 14:16:42 -0700 Subject: [PATCH] chore(release): prep for v0.13.0 --- CHANGELOG.md | 11 +++++++++++ pyproject.toml | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1e31985..3112083 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,17 @@ See [releases](https://github.com/mharrisb1/openai-responses-python/releases) for more. +## v0.13.0 + +> [!IMPORTANT] +> Breaking change + +Bumps support min version to OpenAI v2.0+ + +Pull Requests: + +- [#76: chore(deps): bump openai support to v2+](https://github.com/mharrisb1/openai-responses-python/issues/76) + ## v0.12.0 > [!IMPORTANT] diff --git a/pyproject.toml b/pyproject.toml index 1be6c20..e0ac11a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "openai-responses" -version = "0.12.0" +version = "0.13.0" description = "🧪🤖 Pytest plugin for automatically mocking OpenAI requests" authors = ["Michael Harris "] license = "MIT"