Skip to content

Commit

Permalink
release: 1.37.0
Browse files Browse the repository at this point in the history
  • Loading branch information
stainless-app[bot] committed Jul 22, 2024
1 parent ff5add0 commit 1ed0e35
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "1.36.1"
".": "1.37.0"
}
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,23 @@
# Changelog

## 1.37.0 (2024-07-22)

Full Changelog: [v1.36.1...v1.37.0](https:/openai/openai-python/compare/v1.36.1...v1.37.0)

### Features

* **api:** add uploads endpoints ([#1568](https:/openai/openai-python/issues/1568)) ([d877b6d](https:/openai/openai-python/commit/d877b6dabb9b3e8da6ff2f46de1120af54de398d))


### Bug Fixes

* **cli/audio:** handle non-json response format ([#1557](https:/openai/openai-python/issues/1557)) ([bb7431f](https:/openai/openai-python/commit/bb7431f602602d4c74d75809c6934a7fd192972d))


### Documentation

* **readme:** fix example snippet imports ([#1569](https:/openai/openai-python/issues/1569)) ([0c90af6](https:/openai/openai-python/commit/0c90af6412b3314c2257b9b8eb7fabd767f32ef6))

## 1.36.1 (2024-07-20)

Full Changelog: [v1.36.0...v1.36.1](https:/openai/openai-python/compare/v1.36.0...v1.36.1)
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "openai"
version = "1.36.1"
version = "1.37.0"
description = "The official Python library for the openai API"
dynamic = ["readme"]
license = "Apache-2.0"
Expand Down
2 changes: 1 addition & 1 deletion src/openai/_version.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.

__title__ = "openai"
__version__ = "1.36.1" # x-release-please-version
__version__ = "1.37.0" # x-release-please-version

0 comments on commit 1ed0e35

Please sign in to comment.