Skip to content

Commit 337c41d

Browse files
committed
release: 1.3.6
1 parent 5bbeed1 commit 337c41d

File tree

4 files changed

+23
-3
lines changed

4 files changed

+23
-3
lines changed

.release-please-manifest.json

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

CHANGELOG.md

+20
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,25 @@
11
# Changelog
22

3+
## 1.3.6 (2023-11-28)
4+
5+
Full Changelog: [v1.3.5...v1.3.6](https://github.com/openai/openai-python/compare/v1.3.5...v1.3.6)
6+
7+
### Bug Fixes
8+
9+
* **client:** add support for streaming binary responses ([#866](https://github.com/openai/openai-python/issues/866)) ([b2b4239](https://github.com/openai/openai-python/commit/b2b4239bc95a2c81d9db49416ec4095f8a72d5e2))
10+
11+
12+
### Chores
13+
14+
* **deps:** bump mypy to v1.7.1 ([#891](https://github.com/openai/openai-python/issues/891)) ([5bbeed1](https://github.com/openai/openai-python/commit/5bbeed17bbe91841c0c4c883ddc2b4e60434562b))
15+
* **internal:** send more detailed x-stainless headers ([#877](https://github.com/openai/openai-python/issues/877)) ([339a7c8](https://github.com/openai/openai-python/commit/339a7c893a40fcb2e794b69d7afaa0e8583c3ef1))
16+
* revert binary streaming change ([#875](https://github.com/openai/openai-python/issues/875)) ([d598eff](https://github.com/openai/openai-python/commit/d598eff2c1cb83a68d0fb148cabcc103eb480cb4))
17+
18+
19+
### Documentation
20+
21+
* update readme code snippet ([#890](https://github.com/openai/openai-python/issues/890)) ([e141837](https://github.com/openai/openai-python/commit/e1418371623f2625759ca10ece50c74054693619))
22+
323
## 1.3.5 (2023-11-21)
424

525
Full Changelog: [v1.3.4...v1.3.5](https://github.com/openai/openai-python/compare/v1.3.4...v1.3.5)

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "openai"
3-
version = "1.3.5"
3+
version = "1.3.6"
44
description = "The official Python library for the openai API"
55
readme = "README.md"
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.
22

33
__title__ = "openai"
4-
__version__ = "1.3.5" # x-release-please-version
4+
__version__ = "1.3.6" # x-release-please-version

0 commit comments

Comments
 (0)