We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 15b9c4c commit 93ce9c0Copy full SHA for 93ce9c0
CHANGELOG.md
@@ -2,6 +2,10 @@
2
3
See [releases](https://github.com/mharrisb1/openai-responses-python/releases) for more.
4
5
+## 0.10.3
6
+
7
+Bumps support range to include OpenAI Python SDK v1.47.
8
9
## 0.10.2
10
11
Bumps support range to include OpenAI Python SDK v1.45 and includes o1 family of models in fetch models response.
pyproject.toml
@@ -1,6 +1,6 @@
1
[tool.poetry]
name = "openai-responses"
-version = "0.10.2"
+version = "0.10.3"
description = "🧪🤖 Pytest plugin for automatically mocking OpenAI requests"
authors = ["Michael Harris <mharris@definite.app>"]
license = "MIT"
0 commit comments