Skip to content

Commit

Permalink
Fix parsing ApiProject in wk api client (#970)
Browse files Browse the repository at this point in the history
* Fix parsing ApiProject objects in wk api client

* changelog
  • Loading branch information
fm3 authored Dec 4, 2023
1 parent 67ab0ce commit 8a77540
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions webknossos/Changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ For upgrade instructions, please check the respective _Breaking Changes_ section

### Fixed

- Fixed a bug in reading project info from webknossos using the api client. [#970](https://github.com/scalableminds/webknossos-libs/pull/970)


## [0.14.9](https://github.com/scalableminds/webknossos-libs/releases/tag/v0.14.9) - 2023-11-29
[Commits](https://github.com/scalableminds/webknossos-libs/compare/v0.14.8...v0.14.9)
Expand Down
2 changes: 1 addition & 1 deletion webknossos/webknossos/client/api_client/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -235,7 +235,7 @@ class ApiProject:
name: str
team: str
team_name: str
owner: ApiUser
owner: ApiUserCompact
priority: int
paused: bool
expected_time: Optional[int] = None
Expand Down

0 comments on commit 8a77540

Please sign in to comment.