Skip to content

Commit 5cfb125

Browse files
stainless-botvvanglro
andauthoredMar 19, 2024··
release: 1.14.2 (#1244)
* perf: cache TypeAdapters (#1114) * perf: cache TypeAdapters (#1243) * docs: fix typo in CONTRIBUTING.md (#1245) * chore(internal): update generated pragma comment (#1247) * docs: assistant improvements (#1249) * release: 1.14.2 --------- Co-authored-by: vvanglro <[email protected]>
1 parent e8e5a0d commit 5cfb125

File tree

219 files changed

+331
-233
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

219 files changed

+331
-233
lines changed
 

‎.release-please-manifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "1.14.1"
2+
".": "1.14.2"
33
}

‎CHANGELOG.md

+20
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,25 @@
11
# Changelog
22

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+
### Chores
14+
15+
* **internal:** update generated pragma comment ([#1247](https://github.com/openai/openai-python/issues/1247)) ([3eeb9b3](https://github.com/openai/openai-python/commit/3eeb9b3a71e01c2593be443a97a353371466d01a))
16+
17+
18+
### Documentation
19+
20+
* assistant improvements ([#1249](https://github.com/openai/openai-python/issues/1249)) ([e7a3176](https://github.com/openai/openai-python/commit/e7a3176b7606822bd5ad8f7fece87de6aad1e5b6))
21+
* fix typo in CONTRIBUTING.md ([#1245](https://github.com/openai/openai-python/issues/1245)) ([adef57a](https://github.com/openai/openai-python/commit/adef57ae5c71734873ba49bccd92fa7f28068d28))
22+
323
## 1.14.1 (2024-03-15)
424

525
Full Changelog: [v1.14.0...v1.14.1](https://github.com/openai/openai-python/compare/v1.14.0...v1.14.1)

0 commit comments

Comments
 (0)