File tree Expand file tree Collapse file tree 4 files changed +18
-3
lines changed Expand file tree Collapse file tree 4 files changed +18
-3
lines changed Original file line number Diff line number Diff line change 1
1
{
2
- "." : " 1.1.1 "
2
+ "." : " 1.1.2 "
3
3
}
Original file line number Diff line number Diff line change
1
+ # Changelog
2
+
3
+ ## 1.1.2 (2023-11-07)
4
+
5
+ Full Changelog: [ v1.1.1...v1.1.2] ( https://github.com/openai/openai-python/compare/v1.1.1...v1.1.2 )
6
+
7
+ ### Bug Fixes
8
+
9
+ * asssitant_deleted -> ; assistant_deleted ([ #711 ] ( https://github.com/openai/openai-python/issues/711 ) ) ([ 287b51e] ( https://github.com/openai/openai-python/commit/287b51e4f7cede9667c118007de1275eb04772c6 ) )
10
+
11
+
12
+ ### Chores
13
+
14
+ * ** docs:** fix github links ([ #719 ] ( https://github.com/openai/openai-python/issues/719 ) ) ([ 0cda8ca] ( https://github.com/openai/openai-python/commit/0cda8cab718d53d7dc0604d9fac52838c9391565 ) )
15
+ * ** internal:** fix some typos ([ #718 ] ( https://github.com/openai/openai-python/issues/718 ) ) ([ 894ad87] ( https://github.com/openai/openai-python/commit/894ad874aaa5d74530f561896ff31f68693418da ) )
Original file line number Diff line number Diff line change 1
1
[project ]
2
2
name = " openai"
3
- version = " 1.1.1 "
3
+ version = " 1.1.2 "
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.1 " # x-release-please-version
4
+ __version__ = "1.1.2 " # x-release-please-version
You can’t perform that action at this time.
0 commit comments