File tree Expand file tree Collapse file tree 4 files changed +25
-3
lines changed Expand file tree Collapse file tree 4 files changed +25
-3
lines changed Original file line number Diff line number Diff line change 11{
2- "." : " 1.6.1 "
2+ "." : " 1.6.2 "
33}
Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## 1.6.2 (2024-01-03)
4+
5+ Full Changelog: [ v1.6.1...v1.6.2] ( https://github.com/openai/openai-python/compare/v1.6.1...v1.6.2 )
6+
7+ ### Bug Fixes
8+
9+ * ** client:** correctly use custom http client auth ([ #1028 ] ( https://github.com/openai/openai-python/issues/1028 ) ) ([ 3d7d93e] ( https://github.com/openai/openai-python/commit/3d7d93e951eb7fe09cd9d94d10a62a020398c7f9 ) )
10+
11+
12+ ### Chores
13+
14+ * ** internal:** bump license ([ #1037 ] ( https://github.com/openai/openai-python/issues/1037 ) ) ([ d828527] ( https://github.com/openai/openai-python/commit/d828527540ebd97679075f48744818f06311b0cb ) )
15+ * ** internal:** replace isort with ruff ([ #1042 ] ( https://github.com/openai/openai-python/issues/1042 ) ) ([ f1fbc9c] ( https://github.com/openai/openai-python/commit/f1fbc9c0d62e7d89ab32c8bdfa39cd94b560690b ) )
16+ * ** internal:** update formatting ([ #1041 ] ( https://github.com/openai/openai-python/issues/1041 ) ) ([ 2e9ecee] ( https://github.com/openai/openai-python/commit/2e9ecee9bdfa8ec33b1b1527d5187483b700fad3 ) )
17+ * ** src:** fix typos ([ #988 ] ( https://github.com/openai/openai-python/issues/988 ) ) ([ 6a8b806] ( https://github.com/openai/openai-python/commit/6a8b80624636f9a0e5ada151b2509710a6f74808 ) )
18+
19+
20+ ### Documentation
21+
22+ * fix docstring typos ([ #1022 ] ( https://github.com/openai/openai-python/issues/1022 ) ) ([ ad3fd2c] ( https://github.com/openai/openai-python/commit/ad3fd2cd19bf91f94473e368554dff39a8f9ad16 ) )
23+ * improve audio example to show how to stream to a file ([ #1017 ] ( https://github.com/openai/openai-python/issues/1017 ) ) ([ d45ed7f] ( https://github.com/openai/openai-python/commit/d45ed7f0513b167555ae875f1877fa205c5790d2 ) )
24+
325## 1.6.1 (2023-12-22)
426
527Full Changelog: [ v1.6.0...v1.6.1] ( https://github.com/openai/openai-python/compare/v1.6.0...v1.6.1 )
Original file line number Diff line number Diff line change 11[project ]
22name = " openai"
3- version = " 1.6.1 "
3+ version = " 1.6.2 "
44description = " The official Python library for the openai API"
55readme = " README.md"
66license = " Apache-2.0"
Original file line number Diff line number Diff line change 11# File generated from our OpenAPI spec by Stainless.
22
33__title__ = "openai"
4- __version__ = "1.6.1 " # x-release-please-version
4+ __version__ = "1.6.2 " # x-release-please-version
You can’t perform that action at this time.
0 commit comments