diff --git a/.release-please-manifest.json b/.release-please-manifest.json index daa7a2a062..02609a40fd 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.93.1" + ".": "1.93.2" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 35d98e9765..92645c8e02 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ # Changelog +## 1.93.2 (2025-07-08) + +Full Changelog: [v1.93.1...v1.93.2](https://github.com/openai/openai-python/compare/v1.93.1...v1.93.2) + +### Chores + +* **internal:** bump pinned h11 dep ([4fca6ae](https://github.com/openai/openai-python/commit/4fca6ae2d0d7f27cbac8d06c3917932767c8c6b8)) +* **package:** mark python 3.13 as supported ([2229047](https://github.com/openai/openai-python/commit/2229047b8a549df16c617bddfe3b4521cfd257a5)) + ## 1.93.1 (2025-07-07) Full Changelog: [v1.93.0...v1.93.1](https://github.com/openai/openai-python/compare/v1.93.0...v1.93.1) diff --git a/pyproject.toml b/pyproject.toml index 73efe65b2f..d1fda0244b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "openai" -version = "1.93.1" +version = "1.93.2" description = "The official Python library for the openai API" dynamic = ["readme"] license = "Apache-2.0" @@ -26,6 +26,7 @@ classifiers = [ "Programming Language :: Python :: 3.10", "Programming Language :: Python :: 3.11", "Programming Language :: Python :: 3.12", + "Programming Language :: Python :: 3.13", "Operating System :: OS Independent", "Operating System :: POSIX", "Operating System :: MacOS", diff --git a/requirements-dev.lock b/requirements-dev.lock index e560d4f33c..1a7500d569 100644 --- a/requirements-dev.lock +++ b/requirements-dev.lock @@ -73,9 +73,9 @@ filelock==3.12.4 frozenlist==1.7.0 # via aiohttp # via aiosignal -h11==0.14.0 +h11==0.16.0 # via httpcore -httpcore==1.0.2 +httpcore==1.0.9 # via httpx httpx==0.28.1 # via httpx-aiohttp diff --git a/requirements.lock b/requirements.lock index 52ad2c0452..3b6ece87e2 100644 --- a/requirements.lock +++ b/requirements.lock @@ -38,9 +38,9 @@ exceptiongroup==1.2.2 frozenlist==1.7.0 # via aiohttp # via aiosignal -h11==0.14.0 +h11==0.16.0 # via httpcore -httpcore==1.0.2 +httpcore==1.0.9 # via httpx httpx==0.28.1 # via httpx-aiohttp diff --git a/src/openai/_version.py b/src/openai/_version.py index 289693a91c..a5ddf48daf 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.93.1" # x-release-please-version +__version__ = "1.93.2" # x-release-please-version