Skip to content

Commit 715639e

Browse files
committed
chore(deps): bump openai max support to v1.50
1 parent 9c6f37b commit 715639e

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

CHANGELOG.md

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

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

5+
## v0.11.1
6+
7+
Bumps support range to include OpenAI Python SDK v1.51.
8+
9+
## v0.11.0
10+
11+
OpenAI Python SDK minimum version is now v1.50.
12+
513
## 0.10.3
614

715
Bumps support range to include OpenAI Python SDK v1.47.

pyproject.toml

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

2121
[tool.poetry.dependencies]
2222
python = ">=3.9,<4.0"
23-
openai = ">=1.50,<1.51"
23+
openai = ">=1.50,<1.52"
2424
requests-toolbelt = "^1"
2525
respx = "^0.20"
2626

0 commit comments

Comments
 (0)