Skip to content

Commit

Permalink
Add WorkspaceSize.environments field
Browse files Browse the repository at this point in the history
  • Loading branch information
epwalsh committed Nov 1, 2024
1 parent 7920e75 commit 929b20e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@ use patch releases for compatibility fixes instead.

## Unreleased

### Added

- Added new `WorkspaceSize.environments` field.

## [v1.32.0](https://github.com/allenai/beaker-py/releases/tag/v1.32.0) - 2024-10-07

### Added
Expand Down
1 change: 1 addition & 0 deletions beaker/data_model/workspace.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ class WorkspaceSize(BaseModel):
experiments: int
groups: int
images: int
environments: Optional[int] = None


class Workspace(BaseModel):
Expand Down

0 comments on commit 929b20e

Please sign in to comment.