From 7191b71f3dcbbfcb2f2bec855c3bba93c956384e Mon Sep 17 00:00:00 2001 From: Robert Craigie Date: Mon, 13 Jan 2025 13:29:41 +0000 Subject: [PATCH 1/2] chore: export HttpxBinaryResponseContent class --- src/openai/__init__.py | 1 + 1 file changed, 1 insertion(+) diff --git a/src/openai/__init__.py b/src/openai/__init__.py index 21c60f7e87..fe85956a4a 100644 --- a/src/openai/__init__.py +++ b/src/openai/__init__.py @@ -33,6 +33,7 @@ ) from ._base_client import DefaultHttpxClient, DefaultAsyncHttpxClient from ._utils._logs import setup_logging as _setup_logging +from ._legacy_response import HttpxBinaryResponseContent as HttpxBinaryResponseContent __all__ = [ "types", From 90bdd3874f20c68699b5451b3850ae00f0b006e8 Mon Sep 17 00:00:00 2001 From: "stainless-app[bot]" <142633134+stainless-app[bot]@users.noreply.github.com> Date: Mon, 13 Jan 2025 13:30:18 +0000 Subject: [PATCH 2/2] release: 1.59.7 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 8 ++++++++ pyproject.toml | 2 +- src/openai/_version.py | 2 +- 4 files changed, 11 insertions(+), 3 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index fc624851e9..7da3bd4caf 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.59.6" + ".": "1.59.7" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index e65def028e..08674b4a36 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## 1.59.7 (2025-01-13) + +Full Changelog: [v1.59.6...v1.59.7](https://github.com/openai/openai-python/compare/v1.59.6...v1.59.7) + +### Chores + +* export HttpxBinaryResponseContent class ([7191b71](https://github.com/openai/openai-python/commit/7191b71f3dcbbfcb2f2bec855c3bba93c956384e)) + ## 1.59.6 (2025-01-09) Full Changelog: [v1.59.5...v1.59.6](https://github.com/openai/openai-python/compare/v1.59.5...v1.59.6) diff --git a/pyproject.toml b/pyproject.toml index 4131e9c1fd..e769f4a95f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "openai" -version = "1.59.6" +version = "1.59.7" description = "The official Python library for the openai API" dynamic = ["readme"] license = "Apache-2.0" diff --git a/src/openai/_version.py b/src/openai/_version.py index fa93e603a6..656d17ff63 100644 --- a/src/openai/_version.py +++ b/src/openai/_version.py @@ -1,4 +1,4 @@ # File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details. __title__ = "openai" -__version__ = "1.59.6" # x-release-please-version +__version__ = "1.59.7" # x-release-please-version