File tree 4 files changed +17
-3
lines changed
4 files changed +17
-3
lines changed Original file line number Diff line number Diff line change 1
1
{
2
- "." : " 1.14.1 "
2
+ "." : " 1.14.2 "
3
3
}
Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## 1.14.2 (2024-03-19)
4
+
5
+ Full Changelog: [ v1.14.1...v1.14.2] ( https://github.com/openai/openai-python/compare/v1.14.1...v1.14.2 )
6
+
7
+ ### Performance Improvements
8
+
9
+ * cache TypeAdapters ([ #1114 ] ( https://github.com/openai/openai-python/issues/1114 ) ) ([ 41b6fee] ( https://github.com/openai/openai-python/commit/41b6feec70d3f203e36ba9a92205389bafce930c ) )
10
+ * cache TypeAdapters ([ #1243 ] ( https://github.com/openai/openai-python/issues/1243 ) ) ([ 2005076] ( https://github.com/openai/openai-python/commit/2005076f500bef6e0a6cc8f935b9cc9fef65ab5b ) )
11
+
12
+
13
+ ### Documentation
14
+
15
+ * fix typo in CONTRIBUTING.md ([ #1245 ] ( https://github.com/openai/openai-python/issues/1245 ) ) ([ adef57a] ( https://github.com/openai/openai-python/commit/adef57ae5c71734873ba49bccd92fa7f28068d28 ) )
16
+
3
17
## 1.14.1 (2024-03-15)
4
18
5
19
Full Changelog: [ v1.14.0...v1.14.1] ( https://github.com/openai/openai-python/compare/v1.14.0...v1.14.1 )
Original file line number Diff line number Diff line change 1
1
[project ]
2
2
name = " openai"
3
- version = " 1.14.1 "
3
+ version = " 1.14.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.14.1 " # x-release-please-version
4
+ __version__ = "1.14.2 " # x-release-please-version
You can’t perform that action at this time.
0 commit comments