Skip to content

Commit

Permalink
Add missing identity field to Session
Browse files Browse the repository at this point in the history
  • Loading branch information
epwalsh committed Oct 27, 2022
1 parent b806b2d commit 04c468f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ use patch releases for compatibility fixes instead.
### Fixed

- Added missing `account_id` field to `Node` data model.
- Added missing `identity` field to `Session` data model.

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

Expand Down
1 change: 1 addition & 0 deletions beaker/data_model/job.py
Original file line number Diff line number Diff line change
Expand Up @@ -143,6 +143,7 @@ class Session(BaseModel):
ports: Optional[Tuple[int, ...]] = None
priority: Optional[Priority] = None
work_dir: Optional[str] = None
identity: Optional[str] = None


class Job(BaseModel):
Expand Down

0 comments on commit 04c468f

Please sign in to comment.