Skip to content

Commit

Permalink
Merge pull request #38 from bento-platform/chore/update
Browse files Browse the repository at this point in the history
chore(deps): update dependencies
  • Loading branch information
davidlougheed authored May 17, 2024
2 parents a3cd234 + 480a1ef commit c0e7e4c
Show file tree
Hide file tree
Showing 3 changed files with 860 additions and 208 deletions.
10 changes: 4 additions & 6 deletions bento_authorization_service/constants.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
from bento_authorization_service import __version__
from bento_lib.service_info.constants import SERVICE_GROUP_BENTO
from bento_lib.service_info.helpers import build_bento_service_type

__all__ = [
"BENTO_SERVICE_KIND",
Expand All @@ -9,11 +11,7 @@

BENTO_SERVICE_KIND = "authorization"

SERVICE_GROUP = "ca.c3g.bento"
SERVICE_GROUP = SERVICE_GROUP_BENTO
SERVICE_ARTIFACT = BENTO_SERVICE_KIND

SERVICE_TYPE = {
"group": SERVICE_GROUP,
"artifact": SERVICE_ARTIFACT,
"version": __version__,
}
SERVICE_TYPE = build_bento_service_type(SERVICE_ARTIFACT, __version__)
Loading

0 comments on commit c0e7e4c

Please sign in to comment.