File tree Expand file tree Collapse file tree 4 files changed +21
-3
lines changed Expand file tree Collapse file tree 4 files changed +21
-3
lines changed Original file line number Diff line number Diff line change 1
1
{
2
- "." : " 1.1.2 "
2
+ "." : " 1.2.0 "
3
3
}
Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## 1.2.0 (2023-11-08)
4
+
5
+ Full Changelog: [ v1.1.2...v1.2.0] ( https://github.com/openai/openai-python/compare/v1.1.2...v1.2.0 )
6
+
7
+ ### Features
8
+
9
+ * ** api:** unify function types ([ #741 ] ( https://github.com/openai/openai-python/issues/741 ) ) ([ ed16c4d] ( https://github.com/openai/openai-python/commit/ed16c4d2fec6cf4e33235d82b05ed9a777752204 ) )
10
+
11
+
12
+ ### Bug Fixes
13
+
14
+ * ** api:** update embedding response object type ([ #739 ] ( https://github.com/openai/openai-python/issues/739 ) ) ([ 29182c4] ( https://github.com/openai/openai-python/commit/29182c4818e2c56f46e961dba33e31dc30c25519 ) )
15
+
16
+
17
+ ### Chores
18
+
19
+ * ** internal:** improve github devcontainer setup ([ #737 ] ( https://github.com/openai/openai-python/issues/737 ) ) ([ 0ac1abb] ( https://github.com/openai/openai-python/commit/0ac1abb07ec687a4f7b1150be10054dbd6e7cfbc ) )
20
+
3
21
## 1.1.2 (2023-11-08)
4
22
5
23
Full Changelog: [ v1.1.1...v1.1.2] ( https://github.com/openai/openai-python/compare/v1.1.1...v1.1.2 )
Original file line number Diff line number Diff line change 1
1
[project ]
2
2
name = " openai"
3
- version = " 1.1.2 "
3
+ version = " 1.2.0 "
4
4
description = " Client 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.1.2 " # x-release-please-version
4
+ __version__ = "1.2.0 " # x-release-please-version
You can’t perform that action at this time.
0 commit comments