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.35.12 "
2
+ "." : " 1.35.13 "
3
3
}
Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## 1.35.13 (2024-07-10)
4
+
5
+ Full Changelog: [ v1.35.12...v1.35.13] ( https://github.com/openai/openai-python/compare/v1.35.12...v1.35.13 )
6
+
7
+ ### Bug Fixes
8
+
9
+ * ** threads/runs/create_and_run_stream:** correct tool_resources param ([ 8effd08] ( https://github.com/openai/openai-python/commit/8effd08be3ab1cf509bdbfd9f174f9186fdbf71f ) )
10
+
11
+
12
+ ### Chores
13
+
14
+ * ** internal:** add helper function ([ #1538 ] ( https://github.com/openai/openai-python/issues/1538 ) ) ([ 81655a0] ( https://github.com/openai/openai-python/commit/81655a012e28c0240e71cf74b77ad1f9ac630906 ) )
15
+
3
16
## 1.35.12 (2024-07-09)
4
17
5
18
Full Changelog: [ v1.35.11...v1.35.12] ( https://github.com/openai/openai-python/compare/v1.35.11...v1.35.12 )
Original file line number Diff line number Diff line change 1
1
[project ]
2
2
name = " openai"
3
- version = " 1.35.12 "
3
+ version = " 1.35.13 "
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.35.12 " # x-release-please-version
4
+ __version__ = "1.35.13 " # x-release-please-version
You can’t perform that action at this time.
0 commit comments