upgrade pydantic (#266)
* upgrade pydantic Signed-off-by: Jess Frazelle <github@jessfraz.com> * updates Signed-off-by: Jess Frazelle <github@jessfraz.com> * update other deps Signed-off-by: Jess Frazelle <github@jessfraz.com> * update other deps Signed-off-by: Jess Frazelle <github@jessfraz.com> * ruff Signed-off-by: Jess Frazelle <github@jessfraz.com> * bump more deps Signed-off-by: Jess Frazelle <github@jessfraz.com> * update Signed-off-by: Jess Frazelle <github@jessfraz.com> * format Signed-off-by: Jess Frazelle <github@jessfraz.com> * bump Signed-off-by: Jess Frazelle <github@jessfraz.com> --------- Signed-off-by: Jess Frazelle <github@jessfraz.com>
This commit is contained in:
@ -12,8 +12,7 @@ class ServiceAccount(BaseModel):
|
||||
|
||||
These are used to authenticate orgs with Bearer authentication.
|
||||
|
||||
This works just like an API token, but it is tied to an organization versus an individual user.
|
||||
"""
|
||||
This works just like an API token, but it is tied to an organization versus an individual user."""
|
||||
|
||||
created_at: datetime.datetime
|
||||
|
||||
|
Reference in New Issue
Block a user