File tree 4 files changed +25
-3
lines changed
4 files changed +25
-3
lines changed Original file line number Diff line number Diff line change 1
1
{
2
- "." : " 1.6.1 "
2
+ "." : " 1.6.2 "
3
3
}
Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
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
+
3
25
## 1.6.1 (2023-12-22)
4
26
5
27
Full 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 1
1
[project ]
2
2
name = " openai"
3
- version = " 1.6.1 "
3
+ version = " 1.6.2 "
4
4
description = " The official Python library for the openai API"
5
5
readme = " README.md"
6
6
license = " Apache-2.0"
Original file line number Diff line number Diff line change 1
1
# File generated from our OpenAPI spec by Stainless.
2
2
3
3
__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