File tree Expand file tree Collapse file tree 4 files changed +17
-3
lines changed Expand file tree Collapse file tree 4 files changed +17
-3
lines changed Original file line number Diff line number Diff line change 1
1
{
2
- "." : " 1.86 .0"
2
+ "." : " 1.87 .0"
3
3
}
Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## 1.87.0 (2025-06-16)
4
+
5
+ Full Changelog: [ v1.86.0...v1.87.0] ( https://github.com/openai/openai-python/compare/v1.86.0...v1.87.0 )
6
+
7
+ ### Features
8
+
9
+ * ** api:** add reusable prompt IDs ([ 36bfe6e] ( https://github.com/openai/openai-python/commit/36bfe6e8ae12a31624ba1a360d9260f0aeec448a ) )
10
+
11
+
12
+ ### Chores
13
+
14
+ * ** internal:** codegen related update ([ b1a31e5] ( https://github.com/openai/openai-python/commit/b1a31e5ef4387d9f82cf33f9461371651788d381 ) )
15
+ * ** tests:** add tests for httpx client instantiation & proxies ([ bc93712] ( https://github.com/openai/openai-python/commit/bc9371204f457aee9ed9b6ec1b61c2084f32faf1 ) )
16
+
3
17
## 1.86.0 (2025-06-10)
4
18
5
19
Full Changelog: [ v1.85.0...v1.86.0] ( https://github.com/openai/openai-python/compare/v1.85.0...v1.86.0 )
Original file line number Diff line number Diff line change 1
1
[project ]
2
2
name = " openai"
3
- version = " 1.86 .0"
3
+ version = " 1.87 .0"
4
4
description = " The official Python library for the openai API"
5
5
dynamic = [" readme" ]
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. See CONTRIBUTING.md for details.
2
2
3
3
__title__ = "openai"
4
- __version__ = "1.86 .0" # x-release-please-version
4
+ __version__ = "1.87 .0" # x-release-please-version
You can’t perform that action at this time.
0 commit comments