Skip to content

Commit

Permalink
chore(poetry): bump patch version
Browse files Browse the repository at this point in the history
  • Loading branch information
mharrisb1 committed Aug 30, 2024
1 parent 7111216 commit f005b5e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

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

## 0.10.1

Bumps support range to include OpenAI Python SDK v1.43.

## 0.10.0

Adds support for [moderations endpoint](https://platform.openai.com/docs/api-reference/moderations/create).
Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "openai-responses"
version = "0.10.0"
version = "0.10.1"
description = "🧪🤖 Pytest plugin for automatically mocking OpenAI requests"
authors = ["Michael Harris <mharris@definite.app>"]
license = "MIT"
Expand All @@ -20,7 +20,7 @@ openai_responses = "openai_responses.plugin"

[tool.poetry.dependencies]
python = ">=3.9,<4.0"
openai = ">=1.32,<1.43"
openai = ">=1.32,<1.44"
requests-toolbelt = "^1"
respx = "^0.20"

Expand Down

0 comments on commit f005b5e

Please sign in to comment.