You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: use pydantic 2
* Update some other packages.
* Stop using `aiofiles`.
BREAKING CHANGE: Requires Pydantic 2. Some bio utilities have been removed.
fix: remove the `rights` field from job model
* Remove the `rights` field.
* Add docstrings for some models and fields.
BREAKING CHANGE: Breaks clients that depend on the `rights` field.