Skip to content

Commit 9f87568

Browse files
release: 1.58.0
1 parent 307dd90 commit 9f87568

File tree

4 files changed

+29
-3
lines changed

4 files changed

+29
-3
lines changed

.release-please-manifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "1.57.4"
2+
".": "1.58.0"
33
}

CHANGELOG.md

+26
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,31 @@
11
# Changelog
22

3+
## 1.58.0 (2024-12-17)
4+
5+
Full Changelog: [v1.57.4...v1.58.0](https://github.com/openai/openai-python/compare/v1.57.4...v1.58.0)
6+
7+
### Features
8+
9+
* add Realtime API support ([#1958](https://github.com/openai/openai-python/issues/1958)) ([9ca2afe](https://github.com/openai/openai-python/commit/9ca2afe32ecee4e96355ed3a783537488fa59e96))
10+
* **api:** new o1 and GPT-4o models + preference fine-tuning ([#1956](https://github.com/openai/openai-python/issues/1956)) ([ec22ffb](https://github.com/openai/openai-python/commit/ec22ffb129c524525caa33b088405d27c271e631))
11+
12+
13+
### Bug Fixes
14+
15+
* add reasoning_effort to all methods ([307dd90](https://github.com/openai/openai-python/commit/307dd90c13134e1f61d9ba62185f9b0c5a099aec))
16+
* **assistants:** correctly send `include` query param ([9a4c69c](https://github.com/openai/openai-python/commit/9a4c69c383bc6719b6521a485f2c7e62a9c036a9))
17+
* **cli/migrate:** change grit binaries prefix ([#1951](https://github.com/openai/openai-python/issues/1951)) ([1c396c9](https://github.com/openai/openai-python/commit/1c396c95b040fb3d1a2523b09eaad4ff62d96846))
18+
19+
20+
### Chores
21+
22+
* **internal:** fix some typos ([#1955](https://github.com/openai/openai-python/issues/1955)) ([628dead](https://github.com/openai/openai-python/commit/628dead660c00435bf46e09081c7b90b7bbe4a8a))
23+
24+
25+
### Documentation
26+
27+
* **readme:** example snippet for client context manager ([#1953](https://github.com/openai/openai-python/issues/1953)) ([ad80255](https://github.com/openai/openai-python/commit/ad802551d8aaf4e6eff711118676ec4e64392638))
28+
329
## 1.57.4 (2024-12-13)
430

531
Full Changelog: [v1.57.3...v1.57.4](https://github.com/openai/openai-python/compare/v1.57.3...v1.57.4)

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "openai"
3-
version = "1.57.4"
3+
version = "1.58.0"
44
description = "The official Python library for the openai API"
55
dynamic = ["readme"]
66
license = "Apache-2.0"

src/openai/_version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
22

33
__title__ = "openai"
4-
__version__ = "1.57.4" # x-release-please-version
4+
__version__ = "1.58.0" # x-release-please-version

0 commit comments

Comments
 (0)