-
Notifications
You must be signed in to change notification settings - Fork 3.4k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
4d8ec53
commit df2ed59
Showing
4 changed files
with
29 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
{ | ||
".": "1.1.1" | ||
".": "1.2.0" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
# Changelog | ||
|
||
## 1.2.0 (2023-11-07) | ||
|
||
Full Changelog: [v1.1.1...v1.2.0](https://github.com/openai/openai-python/compare/v1.1.1...v1.2.0) | ||
|
||
### Features | ||
|
||
* **api:** releases from DevDay; assistants, multimodality, tools, dall-e-3, tts, and more ([#682](https://github.com/openai/openai-python/issues/682)) ([baa9f07](https://github.com/openai/openai-python/commit/baa9f07f5b503017ea6dae8f047d3cfc1ee22c37)) | ||
* openai wandb sync ([#64](https://github.com/openai/openai-python/issues/64)) ([62b51ca](https://github.com/openai/openai-python/commit/62b51ca067e51854ce77cf9dc7b8a891074b6ac6)) | ||
* **wandb:** sanitize name ([#77](https://github.com/openai/openai-python/issues/77)) ([3269db8](https://github.com/openai/openai-python/commit/3269db84943f7ab6ce7c86d67ebf01a7320332d3)) | ||
|
||
|
||
### Bug Fixes | ||
|
||
* asssitant_deleted -> assitant_deleted ([#709](https://github.com/openai/openai-python/issues/709)) ([4d8ec53](https://github.com/openai/openai-python/commit/4d8ec53497481ed208e5f8640f2c7a2b6e450813)) | ||
* **download:** Fix download url by reverting change ([#197](https://github.com/openai/openai-python/issues/197)) ([88b267b](https://github.com/openai/openai-python/commit/88b267b922b821d74d7b253f8ce2a56aa3e497ee)) | ||
* fix response format bug ([#282](https://github.com/openai/openai-python/issues/282)) ([9b5f8db](https://github.com/openai/openai-python/commit/9b5f8dbd9fda64c997621704283b11bb747778dd)) | ||
* SSE Stream parser expects additional space after colon "data:" ([#559](https://github.com/openai/openai-python/issues/559)) ([8944bd1](https://github.com/openai/openai-python/commit/8944bd1609227d42e6283967a4eeb2ae800d6bb6)) | ||
* **wandb:** no results if not succeeded ([#74](https://github.com/openai/openai-python/issues/74)) ([101b444](https://github.com/openai/openai-python/commit/101b444cd0f2ce11123466995ba9007f16933664)) | ||
* **wandb:** encoding on Windows ([#148](https://github.com/openai/openai-python/issues/148)) ([af59037](https://github.com/openai/openai-python/commit/af59037ab47478103fa02f02e167d8bab1ef5f7c)), closes [#143](https://github.com/openai/openai-python/issues/143) | ||
|
||
|
||
### Documentation | ||
|
||
* **readme:** remove mention of beta version ([#678](https://github.com/openai/openai-python/issues/678)) ([6d21709](https://github.com/openai/openai-python/commit/6d21709610a97bd7c8575744998d0cc800e89f0c)) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
# File generated from our OpenAPI spec by Stainless. | ||
|
||
__title__ = "openai" | ||
__version__ = "1.1.1" # x-release-please-version | ||
__version__ = "1.2.0" # x-release-please-version |