Skip to content

Commit 4cd7358

Browse files
committed
14.3.0
1 parent 987ccb9 commit 4cd7358

File tree

5 files changed

+41
-49
lines changed

5 files changed

+41
-49
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='14.2.0',
26+
version='14.3.0',
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='[email protected]',
3333
url='https://github.com/strongdm/strongdm-sdk-python',
3434
download_url=
35-
'https://github.com/strongdm/strongdm-sdk-python/archive/v14.2.0.tar.gz',
35+
'https://github.com/strongdm/strongdm-sdk-python/archive/v14.3.0.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: 14.2.0
3+
Version: 14.3.0
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: [email protected]
88
License: apache-2.0
9-
Download-URL: https://github.com/strongdm/strongdm-sdk-python/archive/v14.2.0.tar.gz
9+
Download-URL: https://github.com/strongdm/strongdm-sdk-python/archive/v14.3.0.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
@@ -33,7 +33,7 @@
3333
DEFAULT_BASE_RETRY_DELAY = 0.0030 # 30 ms
3434
DEFAULT_MAX_RETRY_DELAY = 300 # 300 seconds
3535
API_VERSION = '2025-04-14'
36-
USER_AGENT = 'strongdm-sdk-python/14.2.0'
36+
USER_AGENT = 'strongdm-sdk-python/14.3.0'
3737

3838

3939
class Client:

strongdm/drivers_pb2.py

Lines changed: 36 additions & 36 deletions
Large diffs are not rendered by default.

strongdm/models.py

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -23483,10 +23483,6 @@ def from_dict(cls, d):
2348323483

2348423484

2348523485
class RedshiftIAM:
23486-
'''
23487-
RedshiftIAM is currently unstable, and its API may change, or it may be removed,
23488-
without a major version bump.
23489-
'''
2349023486
__slots__ = [
2349123487
'bind_interface',
2349223488
'cluster_id',
@@ -23662,10 +23658,6 @@ def from_dict(cls, d):
2366223658

2366323659

2366423660
class RedshiftServerlessIAM:
23665-
'''
23666-
RedshiftServerlessIAM is currently unstable, and its API may change, or it may be removed,
23667-
without a major version bump.
23668-
'''
2366923661
__slots__ = [
2367023662
'bind_interface',
2367123663
'database',

0 commit comments

Comments
 (0)