Skip to content

Commit

Permalink
12.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
SupportSDM committed Jan 22, 2025
1 parent 4e430af commit 8993cc4
Show file tree
Hide file tree
Showing 5 changed files with 114 additions and 118 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
setup(
name='strongdm',
packages=['strongdm'],
version='12.5.0',
version='12.6.0',
license='apache-2.0',
description='strongDM SDK for the Python programming language.',
long_description=long_description,
Expand All @@ -32,7 +32,7 @@
author_email='[email protected]',
url='https://github.com/strongdm/strongdm-sdk-python',
download_url=
'https://github.com/strongdm/strongdm-sdk-python/archive/v12.5.0.tar.gz',
'https://github.com/strongdm/strongdm-sdk-python/archive/v12.6.0.tar.gz',
keywords=[
'strongDM', 'sdm', 'api', 'automation', 'security', 'audit',
'database', 'server', 'ssh', 'rdp'
Expand Down
4 changes: 2 additions & 2 deletions strongdm.egg-info/PKG-INFO
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
Metadata-Version: 2.1
Name: strongdm
Version: 12.5.0
Version: 12.6.0
Summary: strongDM SDK for the Python programming language.
Home-page: https://github.com/strongdm/strongdm-sdk-python
Author: strongDM Team
Author-email: [email protected]
License: apache-2.0
Download-URL: https://github.com/strongdm/strongdm-sdk-python/archive/v12.5.0.tar.gz
Download-URL: https://github.com/strongdm/strongdm-sdk-python/archive/v12.6.0.tar.gz
Keywords: strongDM,sdm,api,automation,security,audit,database,server,ssh,rdp
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Expand Down
2 changes: 1 addition & 1 deletion strongdm/client.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
DEFAULT_BASE_RETRY_DELAY = 0.0030 # 30 ms
DEFAULT_MAX_RETRY_DELAY = 300 # 300 seconds
API_VERSION = '2024-03-28'
USER_AGENT = 'strongdm-sdk-python/12.5.0'
USER_AGENT = 'strongdm-sdk-python/12.6.0'


class Client:
Expand Down
218 changes: 109 additions & 109 deletions strongdm/drivers_pb2.py

Large diffs are not rendered by default.

4 changes: 0 additions & 4 deletions strongdm/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -10530,10 +10530,6 @@ def from_dict(cls, d):


class DynamoDBIAM:
'''
DynamoDBIAM is currently unstable, and its API may change, or it may be removed,
without a major version bump.
'''
__slots__ = [
'bind_interface',
'egress_filter',
Expand Down

0 comments on commit 8993cc4

Please sign in to comment.