File tree 4 files changed +20
-3
lines changed
4 files changed +20
-3
lines changed Original file line number Diff line number Diff line change 1
1
{
2
- "." : " 3.0.0 "
2
+ "." : " 3.0.1 "
3
3
}
Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## 3.0.1 (2025-04-15)
4
+
5
+ Full Changelog: [ v3.0.0...v3.0.1] ( https://github.com/runwayml/sdk-python/compare/v3.0.0...v3.0.1 )
6
+
7
+ ### Bug Fixes
8
+
9
+ * ** perf:** optimize some hot paths ([ 0c187d1] ( https://github.com/runwayml/sdk-python/commit/0c187d1c445dd39661ec91f809ba1e51a9b5f0f2 ) )
10
+ * ** perf:** skip traversing types for NotGiven values ([ a65d4b0] ( https://github.com/runwayml/sdk-python/commit/a65d4b0375c412d1b707550a8e1b1d9ba9319130 ) )
11
+
12
+
13
+ ### Chores
14
+
15
+ * ** client:** minor internal fixes ([ 09dd17f] ( https://github.com/runwayml/sdk-python/commit/09dd17fc639bc5c9aadfc033c131b133764d4e5b ) )
16
+ * ** internal:** expand CI branch coverage ([ 8bde5ff] ( https://github.com/runwayml/sdk-python/commit/8bde5ff981d4acd0696ad3b7ac778ca21a49a8ac ) )
17
+ * ** internal:** reduce CI branch coverage ([ 5892e7a] ( https://github.com/runwayml/sdk-python/commit/5892e7aa93fa9e091f111fd0590b239487ba61eb ) )
18
+ * ** internal:** update pyright settings ([ 8b3a8ae] ( https://github.com/runwayml/sdk-python/commit/8b3a8ae32a589680549054328996ae7314be3033 ) )
19
+
3
20
## 3.0.0 (2025-04-09)
4
21
5
22
Full Changelog: [ v2.3.8...v3.0.0] ( https://github.com/runwayml/sdk-python/compare/v2.3.8...v3.0.0 )
Original file line number Diff line number Diff line change 1
1
[project ]
2
2
name = " runwayml"
3
- version = " 3.0.0 "
3
+ version = " 3.0.1 "
4
4
description = " The official Python library for the runwayml 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__ = "runwayml"
4
- __version__ = "3.0.0 " # x-release-please-version
4
+ __version__ = "3.0.1 " # x-release-please-version
You can’t perform that action at this time.
0 commit comments