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.98 .0"
2
+ "." : " 1.99 .0"
3
3
}
Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## 1.99.0 (2025-07-30)
4
+
5
+ Full Changelog: [ v1.98.0...v1.99.0] ( https://github.com/openai/openai-python/compare/v1.98.0...v1.99.0 )
6
+
7
+ ### Features
8
+
9
+ * ** client:** support file upload requests ([ 0772e6e] ( https://github.com/openai/openai-python/commit/0772e6ed8310e15539610b003dd73f72f474ec0c ) )
10
+
11
+
12
+ ### Bug Fixes
13
+
14
+ * add missing prompt_cache_key & prompt_cache_key params ([ 00b49ae] ( https://github.com/openai/openai-python/commit/00b49ae8d44ea396ac0536fc3ce4658fc669e2f5 ) )
15
+
3
16
## 1.98.0 (2025-07-30)
4
17
5
18
Full Changelog: [ v1.97.2...v1.98.0] ( https://github.com/openai/openai-python/compare/v1.97.2...v1.98.0 )
Original file line number Diff line number Diff line change 1
1
[project ]
2
2
name = " openai"
3
- version = " 1.98 .0"
3
+ version = " 1.99 .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.98 .0" # x-release-please-version
4
+ __version__ = "1.99 .0" # x-release-please-version
You can’t perform that action at this time.
0 commit comments