Skip to content

Commit 1854faf

Browse files
feat(api): api update
1 parent f80e050 commit 1854faf

2 files changed

Lines changed: 3 additions & 7 deletions

File tree

.stats.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
configured_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
44
config_hash: 60681f589a9e641fdb7f19af2021a033

src/runloop_api_client/types/blueprint_view.py

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,6 @@
33
from typing import Dict, List, Optional
44
from typing_extensions import Literal
55

6-
from pydantic import Field as FieldInfo
7-
86
from .._models import BaseModel
97
from .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.

0 commit comments

Comments
 (0)