Skip to content

Commit 0d5ca34

Browse files
feat(converter): add Helm chart, container image, and enable in dev (#10405)
1 parent e8c3d90 commit 0d5ca34

2 files changed

Lines changed: 3 additions & 3 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: 120
2-
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/runloop-ai/runloop-c1b0e0d2c2bf9d7888ddef0cfdfb390458875cd2c1feb48a06fcd06e92105326.yml
3-
openapi_spec_hash: ec61cf6d205251b54e1a6d68d9dd9860
2+
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/runloop-ai/runloop-3fbf64145b022650227fd83c53efcf2a514638e932efc2277490280fd81c083e.yml
3+
openapi_spec_hash: 4e673e5a85fc95f1c6dcc89d6a59d004
44
config_hash: 6d102da8b9fcc3d0deb42d7a707e78c6

src/runloop_api_client/types/blueprint_view.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ class BlueprintView(BaseModel):
6363
state: Literal["created", "deleted"]
6464
"""The state of the Blueprint."""
6565

66-
status: Literal["queued", "provisioning", "building", "failed", "build_complete"]
66+
status: Literal["queued", "provisioning", "building", "awaiting_upload", "failed", "build_complete"]
6767
"""The status of the Blueprint build."""
6868

6969
base_blueprint_id: Optional[str] = None

0 commit comments

Comments
 (0)