Skip to content

Commit 145e5cb

Browse files
feat(api): api update (#141)
1 parent 134049e commit 145e5cb

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.stats.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
configured_endpoints: 18
2-
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/browserbase%2Fbrowserbase-d3cf17b167ebc2abbcbe668904c4e2b69b1697b340249afbcffcd329366eea34.yml
2+
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/browserbase%2Fbrowserbase-ad8e080c2347b3f28d64f49cf02c2ab4a69b7bf289fd7eb018c955d8915bb990.yml

src/browserbase/types/project.py

+1
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ class Project(BaseModel):
1313
id: str
1414

1515
concurrency: int
16+
"""The maximum number of sessions that this project can run concurrently."""
1617

1718
created_at: datetime = FieldInfo(alias="createdAt")
1819

0 commit comments

Comments
 (0)