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.7.1 "
2
+ "." : " 1.7.2 "
3
3
}
Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## 1.7.2 (2024-01-12)
4
+
5
+ Full Changelog: [ v1.7.1...v1.7.2] ( https://github.com/openai/openai-python/compare/v1.7.1...v1.7.2 )
6
+
7
+ ### Documentation
8
+
9
+ * ** readme:** improve api reference ([ #1065 ] ( https://github.com/openai/openai-python/issues/1065 ) ) ([ 745b9e0] ( https://github.com/openai/openai-python/commit/745b9e08ae0abb8bf4cd87ed40fa450d9ad81ede ) )
10
+
11
+
12
+ ### Refactors
13
+
14
+ * ** api:** remove deprecated endpoints ([ #1067 ] ( https://github.com/openai/openai-python/issues/1067 ) ) ([ 199ddcd] ( https://github.com/openai/openai-python/commit/199ddcdca00c136e4e0c3ff16521eff22acf2a1a ) )
15
+
3
16
## 1.7.1 (2024-01-10)
4
17
5
18
Full Changelog: [ v1.7.0...v1.7.1] ( https://github.com/openai/openai-python/compare/v1.7.0...v1.7.1 )
Original file line number Diff line number Diff line change 1
1
[project ]
2
2
name = " openai"
3
- version = " 1.7.1 "
3
+ version = " 1.7.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.7.1 " # x-release-please-version
4
+ __version__ = "1.7.2 " # x-release-please-version
You can’t perform that action at this time.
0 commit comments