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:
@ -81,8 +81,7 @@ def sync(
|
||||
In both cases the user gets an email that they have been added to the org.
|
||||
If the user is already in your org, this will return a 400 and a message.
|
||||
If the user is already in a different org, this will return a 400 and a message.
|
||||
This endpoint requires authentication by an org admin. It adds the specified member to the authenticated user's org.
|
||||
""" # noqa: E501
|
||||
This endpoint requires authentication by an org admin. It adds the specified member to the authenticated user's org.""" # noqa: E501
|
||||
|
||||
return sync_detailed(
|
||||
body=body,
|
||||
@ -115,8 +114,7 @@ async def asyncio(
|
||||
In both cases the user gets an email that they have been added to the org.
|
||||
If the user is already in your org, this will return a 400 and a message.
|
||||
If the user is already in a different org, this will return a 400 and a message.
|
||||
This endpoint requires authentication by an org admin. It adds the specified member to the authenticated user's org.
|
||||
""" # noqa: E501
|
||||
This endpoint requires authentication by an org admin. It adds the specified member to the authenticated user's org.""" # noqa: E501
|
||||
|
||||
return (
|
||||
await asyncio_detailed(
|
||||
|
Reference in New Issue
Block a user