Skip to content

Commit 8a4a05e

Browse files
committed
chore(poetry): bump minor version
1 parent c936a52 commit 8a4a05e

File tree

2 files changed

+17
-1
lines changed

2 files changed

+17
-1
lines changed

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,22 @@
22

33
See [releases](https://github.com/mharrisb1/openai-responses-python/releases) for more.
44

5+
## v0.12.0
6+
7+
> [!IMPORTANT]
8+
> Breaking change
9+
10+
Promotes vector store routes from beta. This is a breaking change and now the minimum supported SDK version is v1.66. Also adds Python 3.13 to test matrix.
11+
12+
Issues:
13+
14+
- [#70: OpenAI v1.66.0 Compatibility: openai.types.beta.vector_store Missing](https://github.com/mharrisb1/openai-responses-python/issues/70)
15+
16+
Pull Requests:
17+
18+
- [#71: fix(routes): promote vector stores from beta](https://github.com/mharrisb1/openai-responses-python/issues/71)
19+
- [#72: chore(ci): add Python 3.13 to test matrix](https://github.com/mharrisb1/openai-responses-python/issues/72)
20+
521
## v0.11.6
622

723
Relaxes strict support range for OpenAI Python SDK in hopes that schemas/models are matured and won't have breaking changes. See [#69: openai-responses 0.11.4 requires openai<1.60,>=1.50](https://github.com/mharrisb1/openai-responses-python/issues/69) for conversation.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "openai-responses"
3-
version = "0.11.6"
3+
version = "0.12.0"
44
description = "🧪🤖 Pytest plugin for automatically mocking OpenAI requests"
55
authors = ["Michael Harris <mharris@definite.app>"]
66
license = "MIT"

0 commit comments

Comments
 (0)