File tree Expand file tree Collapse file tree 6 files changed +14
-10
lines changed
Expand file tree Collapse file tree 6 files changed +14
-10
lines changed Original file line number Diff line number Diff line change 11{
2- "." : " 0.52 .0"
2+ "." : " 0.53 .0"
33}
Original file line number Diff line number Diff line change 11configured_endpoints : 92
2- openapi_spec_url : https://storage.googleapis.com/stainless-sdk-openapi-specs/runloop-ai%2Frunloop-2417f3ff96b2f0934e6ee5cafd072e111515712cebb58eff3690bda46b9e04d8 .yml
3- openapi_spec_hash : 15877c256d01485dacbb4e348d79845d
2+ openapi_spec_url : https://storage.googleapis.com/stainless-sdk-openapi-specs/runloop-ai%2Frunloop-8805efc665011161897e5c4c326dc44090ae55471a36bef8d63d17fec4e289f1 .yml
3+ openapi_spec_hash : 4d348158fc0b5daa3f55d831301859e4
44config_hash : 60681f589a9e641fdb7f19af2021a033
Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## 0.53.0 (2025-07-30)
4+
5+ Full Changelog: [ v0.52.0...v0.53.0] ( https://github.com/runloopai/api-client-python/compare/v0.52.0...v0.53.0 )
6+
7+ ### Features
8+
9+ * ** api:** api update ([ 1854faf] ( https://github.com/runloopai/api-client-python/commit/1854faf3e7a0a63b136d7fceaf03352afe9181a7 ) )
10+
311## 0.52.0 (2025-07-30)
412
513Full Changelog: [ v0.51.0...v0.52.0] ( https://github.com/runloopai/api-client-python/compare/v0.51.0...v0.52.0 )
Original file line number Diff line number Diff line change 11[project ]
22name = " runloop_api_client"
3- version = " 0.52 .0"
3+ version = " 0.53 .0"
44description = " The official Python library for the runloop API"
55dynamic = [" readme" ]
66license = " MIT"
Original file line number Diff line number Diff line change 11# File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
22
33__title__ = "runloop_api_client"
4- __version__ = "0.52 .0" # x-release-please-version
4+ __version__ = "0.53 .0" # x-release-please-version
Original file line number Diff line number Diff line change 33from typing import Dict , List , Optional
44from typing_extensions import Literal
55
6- from pydantic import Field as FieldInfo
7-
86from .._models import BaseModel
97from .blueprint_build_parameters import BlueprintBuildParameters
108
@@ -64,9 +62,7 @@ class BlueprintView(BaseModel):
6462 base_blueprint_id : Optional [str ] = None
6563 """The ID of the base Blueprint."""
6664
67- containerized_services : Optional [List [ContainerizedService ]] = FieldInfo (
68- alias = "containerizedServices" , default = None
69- )
65+ containerized_services : Optional [List [ContainerizedService ]] = None
7066 """List of ContainerizedServices available in the Blueprint.
7167
7268 Services can be explicitly started when creating a Devbox.
You can’t perform that action at this time.
0 commit comments