Skip to content

Commit 54cc971

Browse files
release: 4.1.1
1 parent 79af545 commit 54cc971

File tree

4 files changed

+17
-3
lines changed

4 files changed

+17
-3
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "4.1.0"
2+
".": "4.1.1"
33
}

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
11
# Changelog
22

3+
## 4.1.1 (2025-11-28)
4+
5+
Full Changelog: [v4.1.0...v4.1.1](https://github.com/runwayml/sdk-python/compare/v4.1.0...v4.1.1)
6+
7+
### Bug Fixes
8+
9+
* ensure streams are always closed ([22486c4](https://github.com/runwayml/sdk-python/commit/22486c4eaed6a5d0d6ad419764f15c04967410da))
10+
11+
12+
### Chores
13+
14+
* add Python 3.14 classifier and testing ([6dd0b91](https://github.com/runwayml/sdk-python/commit/6dd0b91a29bbd56aeaca20fa5678b496ae4da2ef))
15+
* **deps:** mypy 1.18.1 has a regression, pin to 1.17 ([1813032](https://github.com/runwayml/sdk-python/commit/1813032170ecfd473b19cfaf953dfdb71c027a68))
16+
317
## 4.1.0 (2025-11-17)
418

519
Full Changelog: [v4.0.1...v4.1.0](https://github.com/runwayml/sdk-python/compare/v4.0.1...v4.1.0)

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "runwayml"
3-
version = "4.1.0"
3+
version = "4.1.1"
44
description = "The official Python library for the runwayml API"
55
dynamic = ["readme"]
66
license = "Apache-2.0"

src/runwayml/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
22

33
__title__ = "runwayml"
4-
__version__ = "4.1.0" # x-release-please-version
4+
__version__ = "4.1.1" # x-release-please-version

0 commit comments

Comments
 (0)