File tree 4 files changed +13
-3
lines changed
4 files changed +13
-3
lines changed Original file line number Diff line number Diff line change 1
1
{
2
- "." : " 1.5.0 "
2
+ "." : " 1.5.1 "
3
3
}
Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## 1.5.1 (2023-12-18)
4
+
5
+ Full Changelog: [ v1.5.0...v1.5.1] ( https://github.com/openai/openai-python/compare/v1.5.0...v1.5.1 )
6
+
7
+ ### Chores
8
+
9
+ * ** cli:** fix typo in completions ([ #985 ] ( https://github.com/openai/openai-python/issues/985 ) ) ([ d1e9e8f] ( https://github.com/openai/openai-python/commit/d1e9e8f24df366bb7b796c55a98247c025d229f5 ) )
10
+ * ** cli:** fix typo in completions ([ #986 ] ( https://github.com/openai/openai-python/issues/986 ) ) ([ 626bc34] ( https://github.com/openai/openai-python/commit/626bc34d82a7057bac99f8b556f9e5f60c261ee7 ) )
11
+ * ** internal:** fix binary response tests ([ #983 ] ( https://github.com/openai/openai-python/issues/983 ) ) ([ cfb7e30] ( https://github.com/openai/openai-python/commit/cfb7e308393f2e912e959dd10d68096dd5b3ab9c ) )
12
+
3
13
## 1.5.0 (2023-12-17)
4
14
5
15
Full Changelog: [ v1.4.0...v1.5.0] ( https://github.com/openai/openai-python/compare/v1.4.0...v1.5.0 )
Original file line number Diff line number Diff line change 1
1
[project ]
2
2
name = " openai"
3
- version = " 1.5.0 "
3
+ version = " 1.5.1 "
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.5.0 " # x-release-please-version
4
+ __version__ = "1.5.1 " # x-release-please-version
You can’t perform that action at this time.
0 commit comments