From 3ebaf5400d977cf4eed3c254235aecb44e5b6836 Mon Sep 17 00:00:00 2001 From: "stainless-app[bot]" <142633134+stainless-app[bot]@users.noreply.github.com> Date: Tue, 15 Jul 2025 21:31:26 +0000 Subject: [PATCH 1/3] feat(api): api update --- .stats.yml | 4 ++-- .../types/shared/launch_parameters.py | 15 ++++++++++++--- .../types/shared_params/launch_parameters.py | 15 ++++++++++++--- 3 files changed, 26 insertions(+), 8 deletions(-) diff --git a/.stats.yml b/.stats.yml index 51a944b95..1f711db8b 100644 --- a/.stats.yml +++ b/.stats.yml @@ -1,4 +1,4 @@ configured_endpoints: 92 -openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/runloop-ai%2Frunloop-b3ce005070de130c689c5e82a0decb0515feedc16f6aed5b68a620c0e2c33c99.yml -openapi_spec_hash: a6d282538829a82c412ed65565d33c9c +openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/runloop-ai%2Frunloop-21b418d85e71d7b32808df083e062682b61218b07f32c952f55fc5011c2844c3.yml +openapi_spec_hash: ce35e568bb138376f3345a61a65a57cc config_hash: 60681f589a9e641fdb7f19af2021a033 diff --git a/src/runloop_api_client/types/shared/launch_parameters.py b/src/runloop_api_client/types/shared/launch_parameters.py index 123ec0efc..fdc18c6b0 100644 --- a/src/runloop_api_client/types/shared/launch_parameters.py +++ b/src/runloop_api_client/types/shared/launch_parameters.py @@ -35,13 +35,22 @@ class LaunchParameters(BaseModel): """ custom_cpu_cores: Optional[int] = None - """custom resource size, number of cpu cores, must be multiple of 2.""" + """custom resource size, number of cpu cores, must be multiple of 2. + + Min is 1, max is 16. + """ custom_disk_size: Optional[int] = None - """custom disk size, number in Gi, must be a multiple of 2.""" + """custom disk size, number in GiB, must be a multiple of 2. + + Min is 2GiB, max is 64GiB. + """ custom_gb_memory: Optional[int] = None - """custom memory size, number in Gi, must be a multiple of 2.""" + """custom memory size, number in GiB, must be a multiple of 2. + + Min is 2GiB, max is 64GiB. + """ keep_alive_time_seconds: Optional[int] = None """Time in seconds after which Devbox will automatically shutdown. diff --git a/src/runloop_api_client/types/shared_params/launch_parameters.py b/src/runloop_api_client/types/shared_params/launch_parameters.py index 300c6da0d..0ed9e4f71 100644 --- a/src/runloop_api_client/types/shared_params/launch_parameters.py +++ b/src/runloop_api_client/types/shared_params/launch_parameters.py @@ -36,13 +36,22 @@ class LaunchParameters(TypedDict, total=False): """ custom_cpu_cores: Optional[int] - """custom resource size, number of cpu cores, must be multiple of 2.""" + """custom resource size, number of cpu cores, must be multiple of 2. + + Min is 1, max is 16. + """ custom_disk_size: Optional[int] - """custom disk size, number in Gi, must be a multiple of 2.""" + """custom disk size, number in GiB, must be a multiple of 2. + + Min is 2GiB, max is 64GiB. + """ custom_gb_memory: Optional[int] - """custom memory size, number in Gi, must be a multiple of 2.""" + """custom memory size, number in GiB, must be a multiple of 2. + + Min is 2GiB, max is 64GiB. + """ keep_alive_time_seconds: Optional[int] """Time in seconds after which Devbox will automatically shutdown. From 07ba87799cc95c1235dceeb6a0e3b7d95ee2fc31 Mon Sep 17 00:00:00 2001 From: "stainless-app[bot]" <142633134+stainless-app[bot]@users.noreply.github.com> Date: Tue, 15 Jul 2025 21:48:12 +0000 Subject: [PATCH 2/3] codegen metadata --- .stats.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.stats.yml b/.stats.yml index 1f711db8b..39fbbd07f 100644 --- a/.stats.yml +++ b/.stats.yml @@ -1,4 +1,4 @@ configured_endpoints: 92 -openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/runloop-ai%2Frunloop-21b418d85e71d7b32808df083e062682b61218b07f32c952f55fc5011c2844c3.yml -openapi_spec_hash: ce35e568bb138376f3345a61a65a57cc +openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/runloop-ai%2Frunloop-963f8c488e668763300b08860aef9dd85b72c32069ca20e0c36795e86d2938b1.yml +openapi_spec_hash: 65c50f6ab92fd7bf7d108be411923a7a config_hash: 60681f589a9e641fdb7f19af2021a033 From 48e628b17641ad73db5b9ed5b3bf4ccaf902c771 Mon Sep 17 00:00:00 2001 From: "stainless-app[bot]" <142633134+stainless-app[bot]@users.noreply.github.com> Date: Tue, 15 Jul 2025 21:48:33 +0000 Subject: [PATCH 3/3] release: 0.50.0 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 8 ++++++++ pyproject.toml | 2 +- src/runloop_api_client/_version.py | 2 +- 4 files changed, 11 insertions(+), 3 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index dd7ced1c3..26b1ce24e 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.49.0" + ".": "0.50.0" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index fa018be21..aeda677af 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## 0.50.0 (2025-07-15) + +Full Changelog: [v0.49.0...v0.50.0](https://github.com/runloopai/api-client-python/compare/v0.49.0...v0.50.0) + +### Features + +* **api:** api update ([3ebaf54](https://github.com/runloopai/api-client-python/commit/3ebaf5400d977cf4eed3c254235aecb44e5b6836)) + ## 0.49.0 (2025-07-15) Full Changelog: [v0.48.2...v0.49.0](https://github.com/runloopai/api-client-python/compare/v0.48.2...v0.49.0) diff --git a/pyproject.toml b/pyproject.toml index bd9708ac2..23b22004e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "runloop_api_client" -version = "0.49.0" +version = "0.50.0" description = "The official Python library for the runloop API" dynamic = ["readme"] license = "MIT" diff --git a/src/runloop_api_client/_version.py b/src/runloop_api_client/_version.py index 5ac0de8a0..ab9750372 100644 --- a/src/runloop_api_client/_version.py +++ b/src/runloop_api_client/_version.py @@ -1,4 +1,4 @@ # File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details. __title__ = "runloop_api_client" -__version__ = "0.49.0" # x-release-please-version +__version__ = "0.50.0" # x-release-please-version