File tree Expand file tree Collapse file tree 4 files changed +16
-3
lines changed Expand file tree Collapse file tree 4 files changed +16
-3
lines changed Original file line number Diff line number Diff line change 1
1
{
2
- "." : " 1.2.2 "
2
+ "." : " 1.2.3 "
3
3
}
Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## 1.2.3 (2023-11-10)
4
+
5
+ Full Changelog: [ v1.2.2...v1.2.3] ( https://github.com/openai/openai-python/compare/v1.2.2...v1.2.3 )
6
+
7
+ ### Bug Fixes
8
+
9
+ * prevent IndexError in fine-tunes CLI ([ #768 ] ( https://github.com/openai/openai-python/issues/768 ) ) ([ 42f1633] ( https://github.com/openai/openai-python/commit/42f16332cf0f96f243f9797d6406283865254355 ) )
10
+
11
+
12
+ ### Documentation
13
+
14
+ * reword package description ([ #764 ] ( https://github.com/openai/openai-python/issues/764 ) ) ([ 9ff10df] ( https://github.com/openai/openai-python/commit/9ff10df30ca2d44978eb5f982ccf039c9f1bf1bf ) )
15
+
3
16
## 1.2.2 (2023-11-09)
4
17
5
18
Full Changelog: [ v1.2.1...v1.2.2] ( https://github.com/openai/openai-python/compare/v1.2.1...v1.2.2 )
Original file line number Diff line number Diff line change 1
1
[project ]
2
2
name = " openai"
3
- version = " 1.2.2 "
3
+ version = " 1.2.3 "
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.2.2 " # x-release-please-version
4
+ __version__ = "1.2.3 " # x-release-please-version
You can’t perform that action at this time.
0 commit comments