Skip to content

Commit 00d8c2d

Browse files
committed
16.8.2
1 parent f963877 commit 00d8c2d

File tree

4 files changed

+7
-5
lines changed

4 files changed

+7
-5
lines changed

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
setup(
2424
name='strongdm',
2525
packages=['strongdm'],
26-
version='16.8.1',
26+
version='16.8.2',
2727
license='apache-2.0',
2828
description='strongDM SDK for the Python programming language.',
2929
long_description=long_description,
@@ -32,7 +32,7 @@
3232
author_email='sdk-feedback@strongdm.com',
3333
url='https://github.com/strongdm/strongdm-sdk-python',
3434
download_url=
35-
'https://github.com/strongdm/strongdm-sdk-python/archive/v16.8.1.tar.gz',
35+
'https://github.com/strongdm/strongdm-sdk-python/archive/v16.8.2.tar.gz',
3636
keywords=[
3737
'strongDM', 'sdm', 'api', 'automation', 'security', 'audit',
3838
'database', 'server', 'ssh', 'rdp'

strongdm.egg-info/PKG-INFO

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
Metadata-Version: 2.1
22
Name: strongdm
3-
Version: 16.8.1
3+
Version: 16.8.2
44
Summary: strongDM SDK for the Python programming language.
55
Home-page: https://github.com/strongdm/strongdm-sdk-python
66
Author: strongDM Team
77
Author-email: sdk-feedback@strongdm.com
88
License: apache-2.0
9-
Download-URL: https://github.com/strongdm/strongdm-sdk-python/archive/v16.8.1.tar.gz
9+
Download-URL: https://github.com/strongdm/strongdm-sdk-python/archive/v16.8.2.tar.gz
1010
Keywords: strongDM,sdm,api,automation,security,audit,database,server,ssh,rdp
1111
Platform: UNKNOWN
1212
Classifier: Development Status :: 4 - Beta

strongdm/client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
DEFAULT_RETRY_FACTOR = 1.6
4141
DEFAULT_RETRY_JITTER = 0.2
4242
API_VERSION = '2025-04-14'
43-
USER_AGENT = 'strongdm-sdk-python/16.8.1'
43+
USER_AGENT = 'strongdm-sdk-python/16.8.2'
4444

4545
method_regexp = re.compile(r'\W+')
4646

strongdm/constants.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -369,6 +369,8 @@ class Permission:
369369
ACCESS_REQUEST_REQUESTER = "accessrequest:requester"
370370
ACCOUNT_GROUP_READ = "accountgroup:read"
371371
ACCOUNT_GROUP_WRITE = "accountgroup:write"
372+
ADMIN_ROLE_READ = "adminrole:read"
373+
ADMIN_ROLE_WRITE = "adminrole:write"
372374
APPROVAL_FLOW_EDIT = "approvalflow:edit"
373375
APPROVAL_FLOW_LIST = "approvalflow:list"
374376
BILLING_READ = "billing:read"

0 commit comments

Comments
 (0)