diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 19588bd..6115438 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "2.1.1" + ".": "2.1.2" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index f493016..86df007 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## 2.1.2 (2024-12-03) + +Full Changelog: [v2.1.1...v2.1.2](https://github.com/runwayml/sdk-python/compare/v2.1.1...v2.1.2) + +### Chores + +* **internal:** bump pyright ([#32](https://github.com/runwayml/sdk-python/issues/32)) ([7d36972](https://github.com/runwayml/sdk-python/commit/7d36972a3afa9335141b848cb9783c649a4933ae)) + ## 2.1.1 (2024-11-28) Full Changelog: [v2.1.0...v2.1.1](https://github.com/runwayml/sdk-python/compare/v2.1.0...v2.1.1) diff --git a/pyproject.toml b/pyproject.toml index c879549..c36dae8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "runwayml" -version = "2.1.1" +version = "2.1.2" description = "The official Python library for the runwayml API" dynamic = ["readme"] license = "Apache-2.0" diff --git a/requirements-dev.lock b/requirements-dev.lock index 3e222a1..6f2a71d 100644 --- a/requirements-dev.lock +++ b/requirements-dev.lock @@ -68,7 +68,7 @@ pydantic-core==2.23.4 # via pydantic pygments==2.18.0 # via rich -pyright==1.1.380 +pyright==1.1.389 pytest==8.3.3 # via pytest-asyncio pytest-asyncio==0.24.0 @@ -96,6 +96,7 @@ typing-extensions==4.12.2 # via mypy # via pydantic # via pydantic-core + # via pyright # via runwayml virtualenv==20.24.5 # via nox diff --git a/src/runwayml/_version.py b/src/runwayml/_version.py index 27a6deb..455d5fd 100644 --- a/src/runwayml/_version.py +++ b/src/runwayml/_version.py @@ -1,4 +1,4 @@ # File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details. __title__ = "runwayml" -__version__ = "2.1.1" # x-release-please-version +__version__ = "2.1.2" # x-release-please-version