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:
@ -68,8 +68,7 @@ def sync(
|
||||
) -> Optional[Error]:
|
||||
"""In order to delete an org, you must first delete all of its members, except yourself.
|
||||
You must also have no outstanding invoices or unpaid balances.
|
||||
This endpoint requires authentication by an org admin. It deletes the authenticated user's org.
|
||||
""" # noqa: E501
|
||||
This endpoint requires authentication by an org admin. It deletes the authenticated user's org.""" # noqa: E501
|
||||
|
||||
return sync_detailed(
|
||||
client=client,
|
||||
@ -96,8 +95,7 @@ async def asyncio(
|
||||
) -> Optional[Error]:
|
||||
"""In order to delete an org, you must first delete all of its members, except yourself.
|
||||
You must also have no outstanding invoices or unpaid balances.
|
||||
This endpoint requires authentication by an org admin. It deletes the authenticated user's org.
|
||||
""" # noqa: E501
|
||||
This endpoint requires authentication by an org admin. It deletes the authenticated user's org.""" # noqa: E501
|
||||
|
||||
return (
|
||||
await asyncio_detailed(
|
||||
|
Reference in New Issue
Block a user