From 93ce9c0e65b26553a107b449681ca8fb809800c0 Mon Sep 17 00:00:00 2001 From: Michael Harris Date: Mon, 23 Sep 2024 15:34:09 -0400 Subject: [PATCH] chore(poetry): bump patch version --- CHANGELOG.md | 4 ++++ pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index aa6daaf..67c8e04 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ See [releases](https://github.com/mharrisb1/openai-responses-python/releases) for more. +## 0.10.3 + +Bumps support range to include OpenAI Python SDK v1.47. + ## 0.10.2 Bumps support range to include OpenAI Python SDK v1.45 and includes o1 family of models in fetch models response. diff --git a/pyproject.toml b/pyproject.toml index 5f8992d..88cdd17 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "openai-responses" -version = "0.10.2" +version = "0.10.3" description = "🧪🤖 Pytest plugin for automatically mocking OpenAI requests" authors = ["Michael Harris "] license = "MIT"