Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "hatchling.build"

[project]
name = "authorizer-proto"
version = "0.2.0rc0"
version = "0.2.0rc1"
description = "Generated protobuf/gRPC Python stubs for the Authorizer auth server API (authorizer.v1)"
readme = "README.md"
requires-python = ">=3.9"
Expand Down
648 changes: 324 additions & 324 deletions src/authorizer_proto/authorizer/v1/admin_pb2.py

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion src/authorizer_proto/authorizer/v1/admin_pb2_grpc.py
Original file line number Diff line number Diff line change
Expand Up @@ -473,7 +473,7 @@ def UpdateUser(self, request, context):
raise NotImplementedError('Method not implemented!')

def DeleteUser(self, request, context):
"""DeleteUser deletes a user (and associated OTP/verification data) by email.
"""DeleteUser deletes a user (and associated OTP/verification data) by id.
Requires super-admin auth.
"""
context.set_code(grpc.StatusCode.UNIMPLEMENTED)
Expand Down
Loading