Skip to content

Commit da7f4f2

Browse files
committed
14.7.0
1 parent 827f0b6 commit da7f4f2

File tree

5 files changed

+8
-12
lines changed

5 files changed

+8
-12
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.6.0',
26+
version='14.7.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.6.0.tar.gz',
35+
'https://github.com/strongdm/strongdm-sdk-python/archive/v14.7.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.6.0
3+
Version: 14.7.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.6.0.tar.gz
9+
Download-URL: https://github.com/strongdm/strongdm-sdk-python/archive/v14.7.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.6.0'
36+
USER_AGENT = 'strongdm-sdk-python/14.7.0'
3737

3838

3939
class Client:

strongdm/drivers_pb2.py

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

strongdm/models.py

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

3043730437

3043830438
class Vertica:
30439-
'''
30440-
Vertica is currently unstable, and its API may change, or it may be removed,
30441-
without a major version bump.
30442-
'''
3044330439
__slots__ = [
3044430440
'bind_interface',
3044530441
'database',

0 commit comments

Comments
 (0)